Skip to content

Commit

Permalink
ci: fix continue if codecov fails
Browse files Browse the repository at this point in the history
  • Loading branch information
kruserr committed Sep 22, 2024
1 parent 56cc8fb commit aa56fad
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 aa56fad

Please sign in to comment.