diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2019-05-17 14:28:56 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-17 14:28:56 -0400 |
commit | ae16564097d28c9c1ce8ac19f266dc15429b20b8 (patch) | |
tree | 85395f1941957e86dc54db43573fa6c764d1cc0d /azure-pipelines.yml | |
parent | 28c26653e86b01dd707c50b72da5de524aad3fe5 (diff) | |
download | delivery_merge-ae16564097d28c9c1ce8ac19f266dc15429b20b8.tar.gz |
* Add badge; Ignore CLI code
* remove debug code
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 4 |
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) |