aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 5fec18c..46c05af 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -27,7 +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 -t $codecov_token
+ codecov -t $codecov_token
env:
codecov_token: $(CODECOV_TOKEN)
displayName: 'pytest'