Skip to content

Commit

Permalink
Merge pull request #13 from Dalvany/dependabot/github_actions/codecov…
Browse files Browse the repository at this point in the history
…/codecov-action-5

Bump codecov/codecov-action from 3 to 5
  • Loading branch information
Dalvany authored Jan 26, 2025
2 parents c088405 + cc8c58a commit 4980323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Code coverage
run: cargo llvm-cov --lcov --output-path lcov.info
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
files: lcov.info
Expand Down

0 comments on commit 4980323

Please sign in to comment.