From 35bd335125d217c3f57757d26841c4805e7721e8 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 16 May 2019 22:52:27 -0400 Subject: strange behavior --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 40e7e5f..554c926 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 -v --cov=delivery_merge/ tests/ + python -m pip install pytest + pytest -v --cov=delivery_merge/ --cov-report=xml tests/ codecov -t $codecov_token env: codecov_token: $(CODECOV_TOKEN) -- cgit