aboutsummaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2019-05-16 22:46:20 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2019-05-16 22:46:20 -0400
commit827bbd839bea520901ab3711c40d67f84331cd9b (patch)
tree9614e4e2943af3932dd0353410273e36e29c9b46 /azure-pipelines.yml
parentfe3bd309f6991252c2cb5b274fb71e1a06b4b091 (diff)
downloaddelivery_merge-827bbd839bea520901ab3711c40d67f84331cd9b.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 ba3ad70..40e7e5f 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-cov codecov
- pytest -v --cov=delivery_merge --cov-report=xml tests
+ python -m pip install pytest pytest-azurepipelines
+ pytest -v --cov=delivery_merge/ tests/
codecov -t $codecov_token
env:
codecov_token: $(CODECOV_TOKEN)