Skip to content

Commit

Permalink
Don't fail when Codecov upload fails
Browse files Browse the repository at this point in the history
  • Loading branch information
jdno committed Apr 23, 2024
1 parent c20eb0f commit c8c8736
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ jobs:
- name: Upload to codecov.io
uses: codecov/codecov-action@v4
continue-on-error: true
with:
token: ${{ secrets.CODECOV_TOKEN }}

Expand Down

0 comments on commit c8c8736

Please sign in to comment.