aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2019-05-16 15:17:49 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2019-05-16 15:17:49 -0400
commitbd64e8591186559e033e8ca344a257a06a0c335a (patch)
tree8838b6f27c3134c76eb3a6df42801297031006bd
parent95c860221788576bc94005f76c2719e74952f57b (diff)
downloaddelivery_merge-bd64e8591186559e033e8ca344a257a06a0c335a.tar.gz
Map token
-rw-r--r--azure-pipelines.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 3fbc7a5..5fec18c 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -27,5 +27,7 @@ steps:
- script: |
python -m pip install pytest pytest-azurepipelines pytest-cov codecov
pytest -v --cov=delivery_merge --cov-report=xml
- codecov --file coverage.xml
+ codecov --file coverage.xml -t $codecov_token
+ env:
+ codecov_token: $(CODECOV_TOKEN)
displayName: 'pytest'