diff options
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 2 |
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) |