aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2019-05-16 15:26:11 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2019-05-16 15:26:11 -0400
commit84165565530c1ad99e7796267cedb3d3a4ef128c (patch)
tree158ef5dfc48e47fbad0a4816572c6ac28d88e56d
parentbd64e8591186559e033e8ca344a257a06a0c335a (diff)
downloaddelivery_merge-84165565530c1ad99e7796267cedb3d3a4ef128c.tar.gz
no coverage file name
-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'