Skip to content

Commit

Permalink
Merge pull request zcash#1378 from zcash/ci-codecov-4
Browse files Browse the repository at this point in the history
CI: Migrate to `codecov/[email protected]`
  • Loading branch information
nuttycom authored Apr 29, 2024
2 parents de24462 + 7bd1cd1 commit 9375c1b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,9 @@ jobs:
--timeout 600
--out xml
- name: Upload coverage to Codecov
uses: codecov/[email protected]
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}

doc-links:
name: Intra-doc links
Expand Down

0 comments on commit 9375c1b

Please sign in to comment.