Skip to content

Commit

Permalink
ci: do not fail if codecov submission fails
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe authored Jun 10, 2024
1 parent 392990a commit 085ff1f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,5 @@ jobs:
uses: codecov/codecov-action@v4
with:
verbose: true
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
if: ${{ matrix.label == 'fast' }}

0 comments on commit 085ff1f

Please sign in to comment.