Skip to content

Commit

Permalink
ci: dont fail pipeline if codecov fails
Browse files Browse the repository at this point in the history
  • Loading branch information
kruserr committed May 26, 2024
1 parent 4aad563 commit 1c00760
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
- name: Run tests
run: cargo tarpaulin --out Xml --verbose
- name: Upload reports to codecov
continue-on-error: true
uses: codecov/codecov-action@v3
with:
name: code-coverage-report
Expand Down

0 comments on commit 1c00760

Please sign in to comment.