]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
try to work around pathing problem for codecov
authorBob Halley <halley@dnspython.org>
Wed, 26 Aug 2020 14:20:11 +0000 (07:20 -0700)
committerBob Halley <halley@dnspython.org>
Wed, 26 Aug 2020 14:20:11 +0000 (07:20 -0700)
azure-pipelines.yml

index 5185c7cf1389860485d40fe205b090f589d38aaa..3504cc14fce2f33a54e3e83ba7504df7b7eb8d6c 100644 (file)
@@ -46,5 +46,5 @@ jobs:
 #      summaryFileLocation: '$(System.DefaultWorkingDirectory)/**/coverage.xml'
 
   - script: |
-      codecov -f coverage.xml
+      %USERPROFILE%\.dotnet\tools\codecov -f coverage.xml
     displayName: 'Upload to codecov'