Quellcode durchsuchen

ci(codecov): avoid needless ci failure

Setting the `fail_ci_if_error` option to true will mark the whole test CI as failed if uploading process is temporarily unavailable.

Signed-off-by: xjasonlyu <xjasonlyu@gmail.com>
xjasonlyu vor 1 Jahr
Ursprung
Commit
458db49f46
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      .github/workflows/run_test_case.yaml

+ 1 - 1
.github/workflows/run_test_case.yaml

@@ -74,7 +74,7 @@ jobs:
       uses: codecov/codecov-action@v3
       with:
         files: coverage.out,topotest-plugin.out
-        fail_ci_if_error: true
+        fail_ci_if_error: false
         verbose: true
     - name: Run plugins test case
       run: |