From f09f8e2f91c76410fe04972a5735d51b6d1ad599 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 16 May 2019 22:58:46 -0400 Subject: strange behavior --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit