aboutsummaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
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..5e23940 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 -v --cov=delivery_merge/ --cov-report=xml --junitxml=junit/results.xml tests/
codecov -t $codecov_token
env:
codecov_token: $(CODECOV_TOKEN)