Skip to content

Commit

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

Bump codecov/codecov-action from 4 to 5
  • Loading branch information
andfoy authored Nov 20, 2024
2 parents 92e7b10 + 45c90fc commit 544cfd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows_stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
grcov . --binary-path ./target/debug/ -s . -t lcov --branch --ignore-not-existing --ignore "/*" -o lcov.info
ls
- name: Upload coverage results
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
files: ./lcov.info # optional
Expand Down

0 comments on commit 544cfd5

Please sign in to comment.