Merge pull request #23085 from cpennington/upload-coverage-content

Pipe COLLECT_WHO_TESTS_WHAT through to jenkins-report.sh so that we u…
This commit is contained in:
Calen Pennington
2020-02-12 10:09:17 -05:00
committed by GitHub

View File

@@ -155,12 +155,13 @@ pipeline {
}
}
}
stage('Run coverage') {
environment {
CODE_COV_TOKEN = credentials('CODE_COV_TOKEN')
SUBSET_JOB = "null" // Keep this variable until we can remove the $SUBSET_JOB path from .coveragerc
COLLECT_WHO_TESTS_WHAT = "${COLLECT_WHO_TESTS_WHAT}"
}
steps {
script {