From: Bob Halley Date: Wed, 26 Aug 2020 14:20:11 +0000 (-0700) Subject: try to work around pathing problem for codecov X-Git-Tag: v2.1.0rc1~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8dd84b39b8eb3eb7a64f15b947bd1636ed11cf82;p=thirdparty%2Fdnspython.git try to work around pathing problem for codecov --- diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5185c7cf..3504cc14 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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'