Browse Source

Merge pull request #327 from PixiEditor/azure-pipelines

Allow Codecov to fail
Krzysztof Krysiński 3 years ago
parent
commit
28fcc76e9f
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
 
 - task: CmdLine@2
+  continueOnError: true
   inputs:
     script: codecov -f .\PixiEditorTests\PixiEditor_coverage.xml -t $(CODECOV_TOKEN)
   displayName: Upload to Codecov.io