summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorBob Halley <halley@play-bow.org>2020-07-01 07:01:33 -0700
committerBob Halley <halley@play-bow.org>2020-07-01 07:01:33 -0700
commitab5a3773064080fa0b2544f6821ee0db7d12d97e (patch)
tree051d5bf4ddd22982b60f304b2caf7346ebeab26a /azure-pipelines.yml
parent92e2520cd52eaf976649347c3222ac53e3ab87e5 (diff)
downloaddnspython-ab5a3773064080fa0b2544f6821ee0db7d12d97e.tar.gz
getting closer with codecov on azure...
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 e6e8b93..034fc46 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -47,5 +47,5 @@ jobs:
# reportDirectory: '$(System.DefaultWorkingDirectory)/**/htmlcov'
- script: |
- codecov
+ codecov -f coverage.xml
displayName: 'Upload to codecov'