Skip to content

Commit

Permalink
chore: remove ci fail if codecov bails
Browse files Browse the repository at this point in the history
  • Loading branch information
nadilas committed Jun 20, 2024
1 parent 7f657e6 commit 4ead0af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true # optional (default = false)
verbose: true # optional (default = false)
# fail_ci_if_error: true # optional (default = false)
# verbose: true # optional (default = false)

0 comments on commit 4ead0af

Please sign in to comment.