aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2019-05-16 22:58:46 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2019-05-16 22:58:46 -0400
commitf09f8e2f91c76410fe04972a5735d51b6d1ad599 (patch)
tree20f3f68ab73882de6d1b326a1c8c4f85335409cb
parent35bd335125d217c3f57757d26841c4805e7721e8 (diff)
downloaddelivery_merge-f09f8e2f91c76410fe04972a5735d51b6d1ad599.tar.gz
strange behavior
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 554c926..5e23940 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -26,7 +26,7 @@ steps:
- script: |
python -m pip install pytest
- pytest -v --cov=delivery_merge/ --cov-report=xml tests/
+ pytest -v --cov=delivery_merge/ --cov-report=xml --junitxml=junit/results.xml tests/
codecov -t $codecov_token
env:
codecov_token: $(CODECOV_TOKEN)