Skip to content

Commit

Permalink
Merge pull request #129 from KevFan/codecov
Browse files Browse the repository at this point in the history
codecov: do not fail ci on error
  • Loading branch information
KevFan authored Aug 11, 2023
2 parents bca61b0 + fb84198 commit 25a9120
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,5 @@ jobs:
with:
flags: unit
verbose: true
fail_ci_if_error: true
fail_ci_if_error: false
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 25a9120

Please sign in to comment.