Skip to content

Commit

Permalink
Merge pull request #1452 from cyberark/temp-lower-codecov-floor
Browse files Browse the repository at this point in the history
Disable Cobertura autoUpdateStability
  • Loading branch information
john-odonnell authored Feb 16, 2022
2 parents c635f57 + bb51cca commit d108519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pipeline {
sh 'cp ./test/unit-test-output/c.out ./c.out'

junit 'test/unit-test-output/junit.xml'
cobertura autoUpdateHealth: true, autoUpdateStability: true, coberturaReportFile: 'test/unit-test-output/coverage.xml', conditionalCoverageTargets: '30, 0, 0', failUnhealthy: true, failUnstable: false, lineCoverageTargets: '30, 0, 0', maxNumberOfBuilds: 0, methodCoverageTargets: '30, 0, 0', onlyStable: false, sourceEncoding: 'ASCII', zoomCoverageChart: false
cobertura autoUpdateHealth: false, autoUpdateStability: false, coberturaReportFile: 'test/unit-test-output/coverage.xml', conditionalCoverageTargets: '50, 0, 0', failUnhealthy: false, failUnstable: false, lineCoverageTargets: '50, 0, 0', maxNumberOfBuilds: 0, methodCoverageTargets: '50, 0, 0', onlyStable: false, sourceEncoding: 'ASCII', zoomCoverageChart: false
ccCoverage("gocov", "--prefix github.com/cyberark/secretless-broker")
}
}
Expand Down

0 comments on commit d108519

Please sign in to comment.