Skip to content

Commit

Permalink
Merge pull request #671 from OpenPoolProject/renovate/codecov-codecov…
Browse files Browse the repository at this point in the history
…-action-digest

chore(deps): update codecov/codecov-action digest to 0cf8684
  • Loading branch information
kilpatty authored Jan 30, 2024
2 parents d91d808 + c4bf669 commit c9a2aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
cargo llvm-cov report --lcov --output-path lcov.info
- name: Upload coverage to Codecov
uses: codecov/codecov-action@7a070cbe5b1002a522fa2d9446be76dd6abb709c
uses: codecov/codecov-action@0cf8684c821546a4e0c8c9a4cf4f21a7a0c5014b
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: lcov.info
Expand Down

0 comments on commit c9a2aad

Please sign in to comment.