Skip to content

Commit 5381563

Browse files
authored
Merge pull request #87 from KevFan/codecov
codecov: do not fail ci on error
2 parents 0fa98ed + a28eb36 commit 5381563

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
with:
2727
flags: unit
2828
verbose: true
29-
fail_ci_if_error: true
29+
fail_ci_if_error: false
30+
token: ${{ secrets.CODECOV_TOKEN }}
3031
verify-manifests:
3132
name: Verify manifests
3233
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)