diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-05-16 15:17:49 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-05-16 15:17:49 -0400 |
commit | bd64e8591186559e033e8ca344a257a06a0c335a (patch) | |
tree | 8838b6f27c3134c76eb3a6df42801297031006bd | |
parent | 95c860221788576bc94005f76c2719e74952f57b (diff) | |
download | delivery_merge-bd64e8591186559e033e8ca344a257a06a0c335a.tar.gz |
Map token
-rw-r--r-- | azure-pipelines.yml | 4 |
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' |