Disable code coverage uploads.

We're not running the full test suite
This commit is contained in:
Pedro Algarvio 2019-04-17 20:36:17 +01:00
parent 0e5bc67d4b
commit 3482c4da82
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF
6 changed files with 12 additions and 0 deletions

View file

@ -57,6 +57,7 @@ timeout(time: 8, unit: 'HOURS') {
}
archiveArtifacts artifacts: 'artifacts/*,artifacts/**/*'
}
/* Code coverage uploads disabled because we're not running the full test suite
stage('report code coverage') {
script {
withCredentials([[$class: 'StringBinding', credentialsId: 'codecov-upload-token-salt', variable: 'CODECOV_TOKEN']]) {
@ -68,6 +69,7 @@ timeout(time: 8, unit: 'HOURS') {
}
}
}
*/
}
} catch (Exception e) {
currentBuild.result = 'FAILURE'

View file

@ -57,6 +57,7 @@ timeout(time: 6, unit: 'HOURS') {
}
archiveArtifacts artifacts: 'artifacts/*,artifacts/**/*'
}
/* Code coverage uploads disabled because we're not running the full test suite
stage('report code coverage') {
script {
withCredentials([[$class: 'StringBinding', credentialsId: 'codecov-upload-token-salt', variable: 'CODECOV_TOKEN']]) {
@ -68,6 +69,7 @@ timeout(time: 6, unit: 'HOURS') {
}
}
}
*/
}
} catch (Exception e) {
currentBuild.result = 'FAILURE'

View file

@ -57,6 +57,7 @@ timeout(time: 6, unit: 'HOURS') {
}
archiveArtifacts artifacts: 'artifacts/*,artifacts/**/*'
}
/* Code coverage uploads disabled because we're not running the full test suite
stage('report code coverage') {
script {
withCredentials([[$class: 'StringBinding', credentialsId: 'codecov-upload-token-salt', variable: 'CODECOV_TOKEN']]) {
@ -68,6 +69,7 @@ timeout(time: 6, unit: 'HOURS') {
}
}
}
*/
}
} catch (Exception e) {
currentBuild.result = 'FAILURE'

View file

@ -57,6 +57,7 @@ timeout(time: 6, unit: 'HOURS') {
}
archiveArtifacts artifacts: 'artifacts/*,artifacts/**/*'
}
/* Code coverage uploads disabled because we're not running the full test suite
stage('report code coverage') {
script {
withCredentials([[$class: 'StringBinding', credentialsId: 'codecov-upload-token-salt', variable: 'CODECOV_TOKEN']]) {
@ -68,6 +69,7 @@ timeout(time: 6, unit: 'HOURS') {
}
}
}
*/
}
} catch (Exception e) {
currentBuild.result = 'FAILURE'

View file

@ -56,6 +56,7 @@ timeout(time: 6, unit: 'HOURS') {
}
archiveArtifacts artifacts: 'artifacts/*,artifacts/**/*'
}
/* Code coverage uploads disabled because we're not running the full test suite
stage('report code coverage') {
script {
withCredentials([[$class: 'StringBinding', credentialsId: 'codecov-upload-token-salt', variable: 'CODECOV_TOKEN']]) {
@ -67,6 +68,7 @@ timeout(time: 6, unit: 'HOURS') {
}
}
}
*/
}
} catch (Exception e) {
currentBuild.result = 'FAILURE'

View file

@ -56,6 +56,7 @@ timeout(time: 6, unit: 'HOURS') {
}
archiveArtifacts artifacts: 'artifacts/*,artifacts/**/*'
}
/* Code coverage uploads disabled because we're not running the full test suite
stage('report code coverage') {
script {
withCredentials([[$class: 'StringBinding', credentialsId: 'codecov-upload-token-salt', variable: 'CODECOV_TOKEN']]) {
@ -67,6 +68,7 @@ timeout(time: 6, unit: 'HOURS') {
}
}
}
*/
}
} catch (Exception e) {
currentBuild.result = 'FAILURE'