aboutsummaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2019-05-17 14:28:56 -0400
committerGitHub <noreply@github.com>2019-05-17 14:28:56 -0400
commitae16564097d28c9c1ce8ac19f266dc15429b20b8 (patch)
tree85395f1941957e86dc54db43573fa6c764d1cc0d /azure-pipelines.yml
parent28c26653e86b01dd707c50b72da5de524aad3fe5 (diff)
downloaddelivery_merge-ae16564097d28c9c1ce8ac19f266dc15429b20b8.tar.gz
Add badge; Ignore CLI code (#4)HEADmaster
* Add badge; Ignore CLI code * remove debug code
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)