Skip to content

Commit

Permalink
Disable codecov for now
Browse files Browse the repository at this point in the history
  • Loading branch information
rbberger committed Jun 12, 2020
1 parent 8e982c1 commit 9d5030f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pipelines/master/run_unit_tests.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ node('atlas2') {
if (fileExists('build/coverage.xml')) {
cobertura autoUpdateHealth: false, autoUpdateStability: false, coberturaReportFile: 'build/coverage.xml', conditionalCoverageTargets: '70, 0, 0', failUnhealthy: false, failUnstable: false, lineCoverageTargets: '80, 0, 0', maxNumberOfBuilds: 0, methodCoverageTargets: '80, 0, 0', onlyStable: false, sourceEncoding: 'ASCII', zoomCoverageChart: false

withCredentials([string(credentialsId: 'codecov-token', variable: 'CODECOV_TOKEN')]) {
sh """#!/bin/bash
bash <(curl -s https://codecov.io/bash) -f build/coverage.xml
"""
}
// withCredentials([string(credentialsId: 'codecov-token', variable: 'CODECOV_TOKEN')]) {
// sh """#!/bin/bash
// bash <(curl -s https://codecov.io/bash) -f build/coverage.xml
// """
// }
}

if (currentBuild.result == 'FAILURE') {
Expand Down

0 comments on commit 9d5030f

Please sign in to comment.