Skip to content

Commit

Permalink
Only upload coverage if not a fork PR
Browse files Browse the repository at this point in the history
  • Loading branch information
brndnmtthws committed Dec 6, 2024
1 parent 4b6bbbc commit 8fa96ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- run: cargo tarpaulin --features serde,nightly --out Xml
- name: Upload to codecov.io
uses: codecov/codecov-action@v4
if: github.repository == 'brndnmtthws/dryoc'
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 8fa96ff

Please sign in to comment.