Skip to content

Commit

Permalink
Do not fail CI if coverage report upload fails (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
citizen-stig authored Jun 18, 2024
1 parent 543c092 commit e6b4924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@ jobs:
if: ${{ github.repository == 'Sovereign-Labs/nmt-rs' }}
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
fail_ci_if_error: false

0 comments on commit e6b4924

Please sign in to comment.