From 722c09025020258f017944a020d656b6edc4b6ba Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Tue, 30 Jun 2020 20:04:07 -0700 Subject: [PATCH] try to upload to codecov from azure-pipelines --- .csproj | 3 +++ azure-pipelines.yml | 6 +++++- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .csproj diff --git a/.csproj b/.csproj new file mode 100644 index 00000000..cb15369d --- /dev/null +++ b/.csproj @@ -0,0 +1,3 @@ + + + diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8af26473..0c529087 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -40,4 +40,8 @@ jobs: inputs: codeCoverageTool: Cobertura summaryFileLocation: '$(System.DefaultWorkingDirectory)/**/coverage.xml' - reportDirectory: '$(System.DefaultWorkingDirectory)/**/htmlcov' +# reportDirectory: '$(System.DefaultWorkingDirectory)/**/htmlcov' + + - script: | + %USERPROFILE%\.nuget\packages\codecov\1.12.0\tools\codecov.exe + displayName: 'Upload coverage to codecov.io' -- 2.47.3