Skip to content

Commit

Permalink
- codecov: fail_ci_if_error: false
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanae committed Aug 6, 2024
1 parent 066a64c commit b14251f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,6 @@ jobs:
name: coverage
- uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true # optional (default = false)
fail_ci_if_error: false # optional (default = false)
verbose: true # optional (default = false)
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit b14251f

Please sign in to comment.