Browse Source

Allow Codecov to fail

Krzysztof Krysiński 3 years ago
parent
commit
27b2d0d358
1 changed files with 1 additions and 0 deletions
  1. 1 0
      azure-pipelines.yml

+ 1 - 0
azure-pipelines.yml

@@ -50,6 +50,7 @@ steps:
   displayName: Collect code coverage
   displayName: Collect code coverage
 
 
 - task: CmdLine@2
 - task: CmdLine@2
+  continueOnError: true
   inputs:
   inputs:
     script: codecov -f .\PixiEditorTests\PixiEditor_coverage.xml -t $(CODECOV_TOKEN)
     script: codecov -f .\PixiEditorTests\PixiEditor_coverage.xml -t $(CODECOV_TOKEN)
   displayName: Upload to Codecov.io
   displayName: Upload to Codecov.io