summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorBob Halley <halley@play-bow.org>2020-07-01 10:15:19 -0700
committerBob Halley <halley@play-bow.org>2020-07-01 10:15:19 -0700
commit5765181c220b96b1543395faaf5e43eb778a45ff (patch)
treefa70715e46d4f7fc50b82d7fc8207a1190e7c777 /azure-pipelines.yml
parent407397f8d0143592620d1171ac503c07f9dcf537 (diff)
downloaddnspython-5765181c220b96b1543395faaf5e43eb778a45ff.tar.gz
try to deconfuse codecov
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 0f79715..5185c7c 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -31,7 +31,7 @@ jobs:
- script: |
pip install pytest pytest-cov pytest-azurepipelines
- pytest --junitxml=junit/test-results.xml --cov=dns --cov-report=xml --cov-report=html
+ pytest --junitxml=junit/test-results.xml --cov=. --cov-report=xml --cov-report=html
displayName: 'pytest'
- task: PublishTestResults@2