diff --git a/scripts/Jenkinsfiles/python b/scripts/Jenkinsfiles/python index eee5a7e48cd877a404a555a26f6786f479fb4db2..5c0010568fac51197cdc36a6ab16ca78ed63800d 100644 --- a/scripts/Jenkinsfiles/python +++ b/scripts/Jenkinsfiles/python @@ -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 {