From 8dd84b39b8eb3eb7a64f15b947bd1636ed11cf82 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Wed, 26 Aug 2020 07:20:11 -0700 Subject: [PATCH] try to work around pathing problem for codecov --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.47.3