aboutsummaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2019-05-16 15:32:29 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2019-05-16 15:32:29 -0400
commitfbb81b10ba8baff236ab9b60c170866dc7a7a067 (patch)
tree8941385204e9db22fbbb19bca32e50ef57ab4b2f /azure-pipelines.yml
parent84165565530c1ad99e7796267cedb3d3a4ef128c (diff)
downloaddelivery_merge-fbb81b10ba8baff236ab9b60c170866dc7a7a067.tar.gz
Only test tests
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 46c05af..ba3ad70 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -26,7 +26,7 @@ steps:
- script: |
python -m pip install pytest pytest-azurepipelines pytest-cov codecov
- pytest -v --cov=delivery_merge --cov-report=xml
+ pytest -v --cov=delivery_merge --cov-report=xml tests
codecov -t $codecov_token
env:
codecov_token: $(CODECOV_TOKEN)