Skip to content

Commit

Permalink
codecov: do not fail ci on error
Browse files Browse the repository at this point in the history
  • Loading branch information
KevFan committed Aug 14, 2023
1 parent 473cb4a commit 4b929af
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 4b929af

Please sign in to comment.