From: Bob Halley Date: Wed, 1 Jul 2020 03:04:07 +0000 (-0700) Subject: try to upload to codecov from azure-pipelines X-Git-Tag: v2.0.0rc2~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=722c09025020258f017944a020d656b6edc4b6ba;p=thirdparty%2Fdnspython.git try to upload to codecov from azure-pipelines --- 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'