Skip to content

Commit

Permalink
codecov: do not fail ci on error (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevFan authored and guicassolato committed Aug 17, 2023
1 parent a103270 commit b41ece1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: unit
fail_ci_if_error: true
fail_ci_if_error: false
verbose: true

integration-tests:
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: integration
fail_ci_if_error: true
fail_ci_if_error: false
verbose: true

verify-manifests:
Expand Down

0 comments on commit b41ece1

Please sign in to comment.