send a few more variables to distinguish our jobs in codecov (#3892)
* send a few more variables to distinguish our jobs in codecov
* put the labels in the right places
diff --git a/Jenkinsfile b/Jenkinsfile
index cc53da3..b79a407 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -248,7 +248,7 @@
call .codecov/Scripts/activate
pip install coverage==4.3.4
pip install codecov
- codecov -e JOB_BASE_NAME,LABEL
+ codecov -e JOB_BASE_NAME,LABEL,TOXENV
"""
} else if (label.contains("sierra") || label.contains("yosemite")) {
ansiColor {
@@ -265,7 +265,7 @@
virtualenv .venv
source .venv/bin/activate
pip install coverage==4.3.4
- bash <(curl -s https://codecov.io/bash) -e JOB_BASE_NAME,LABEL
+ bash <(curl -s https://codecov.io/bash) -e JOB_BASE_NAME,LABEL,TOXENV
"""
}
} else {
@@ -284,7 +284,7 @@
virtualenv .venv
source .venv/bin/activate
pip install coverage==4.3.4
- bash <(curl -s https://codecov.io/bash) -e JOB_BASE_NAME,LABEL
+ bash <(curl -s https://codecov.io/bash) -e JOB_BASE_NAME,LABEL,TOXENV,IMAGE_NAME
"""
}
if (artifacts) {