]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
try to upload to codecov from azure-pipelines
authorBob Halley <halley@play-bow.org>
Wed, 1 Jul 2020 03:04:07 +0000 (20:04 -0700)
committerBob Halley <halley@play-bow.org>
Wed, 1 Jul 2020 03:04:07 +0000 (20:04 -0700)
.csproj [new file with mode: 0644]
azure-pipelines.yml

diff --git a/.csproj b/.csproj
new file mode 100644 (file)
index 0000000..cb15369
--- /dev/null
+++ b/.csproj
@@ -0,0 +1,3 @@
+<ItemGroup>
+    <PackageReference Include="Codecov" Version="1.12.0" />
+</ItemGroup>
index 8af26473d5a326d5ad8ec9deae782a2bb478d566..0c529087d14c07558475d15355fb3ee7aaef2eed 100644 (file)
@@ -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'