aboutsummaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2019-05-16 22:52:27 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2019-05-16 22:52:27 -0400
commit35bd335125d217c3f57757d26841c4805e7721e8 (patch)
treeaff94d0203de046ac256a2f0bd925847216ddf94 /azure-pipelines.yml
parent827bbd839bea520901ab3711c40d67f84331cd9b (diff)
downloaddelivery_merge-35bd335125d217c3f57757d26841c4805e7721e8.tar.gz
strange behavior
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 40e7e5f..554c926 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -25,8 +25,8 @@ steps:
displayName: 'Install dependencies'
- script: |
- python -m pip install pytest pytest-azurepipelines
- pytest -v --cov=delivery_merge/ tests/
+ python -m pip install pytest
+ pytest -v --cov=delivery_merge/ --cov-report=xml tests/
codecov -t $codecov_token
env:
codecov_token: $(CODECOV_TOKEN)