]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
another codecov on azure-pipelines attempt
authorBob Halley <halley@play-bow.org>
Wed, 1 Jul 2020 13:50:44 +0000 (06:50 -0700)
committerBob Halley <halley@play-bow.org>
Wed, 1 Jul 2020 13:50:44 +0000 (06:50 -0700)
azure-pipelines.yml

index a06839df2727527fc05d8f30b68ac78f153a6296..e6e8b93e96c9a39b52069832fc3ca621a23d96db 100644 (file)
@@ -23,7 +23,11 @@ jobs:
   - script: |
       python -m pip install --upgrade pip
       pip install -e .[dnssec,idna,doh,trio,curio]
-    displayName: 'Install dependencies'
+    displayName: 'Install python dependencies'
+
+  - script: |
+      dotnet tool install --global Codecov.Tool
+    displayName: 'Install Codecov.Tool'
 
   - script: |
       pip install pytest pytest-cov pytest-azurepipelines
@@ -41,3 +45,7 @@ jobs:
       codeCoverageTool: Cobertura
       summaryFileLocation: '$(System.DefaultWorkingDirectory)/**/coverage.xml'
 #      reportDirectory: '$(System.DefaultWorkingDirectory)/**/htmlcov'
+
+  - script: |
+      codecov
+    displayName: 'Upload to codecov'