Browse Source

Disabled codecov

flabbet 3 years ago
parent
commit
ca7db83d6b
1 changed files with 6 additions and 5 deletions
  1. 6 5
      azure-pipelines.yml

+ 6 - 5
azure-pipelines.yml

@@ -49,8 +49,9 @@ steps:
     workingDirectory: 'PixiEditorTests\'
     workingDirectory: 'PixiEditorTests\'
   displayName: Collect code coverage
   displayName: Collect code coverage
 
 
-- task: CmdLine@2
-  continueOnError: true
-  inputs:
-    script: codecov -f .\PixiEditorTests\PixiEditor_coverage.xml -t $(CODECOV_TOKEN)
-  displayName: Upload to Codecov.io
+  # Disiabled, because there is a problem with .NET 6 and OpenCover.Console.exe
+#- task: CmdLine@2
+#  continueOnError: true
+#  inputs:
+#    script: codecov -f .\PixiEditorTests\PixiEditor_coverage.xml -t $(CODECOV_TOKEN)
+#  displayName: Upload to Codecov.io