Skip to content

Commit

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

Bump codecov/codecov-action from 4 to 5
  • Loading branch information
matiaskorhonen authored Dec 6, 2024
2 parents 7dd8230 + e897fcd commit 8a479bb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,9 @@ jobs:
run: grcov . --binary-path ./target/debug/deps/ -s . -t cobertura --branch --ignore-not-existing --ignore '../*' --ignore "/*" -o target/cobertura.xml
- name: Upload coverage reports to Codecov
if: startsWith(matrix.os, 'ubuntu')
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
files: target/cobertura.xml
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- name: Job summary (tests)
if: ${{ always() }}
shell: bash
Expand Down

0 comments on commit 8a479bb

Please sign in to comment.