diff options
Diffstat (limited to 'azure-pipelines.yml')
-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' |