Skip to content

Commit

Permalink
Merge pull request #133 from codelabsab/dependabot/github_actions/cod…
Browse files Browse the repository at this point in the history
…ecov/codecov-action-5.1.2

Bump codecov/codecov-action from 5.1.1 to 5.1.2
  • Loading branch information
parberge authored Dec 19, 2024
2 parents c32e6cd + 1a6af0f commit 5c90c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Generate lcov.info for Code coverage
run: ./grcov . --binary-path ./target/debug/ -s . -t lcov --branch --ignore-not-existing --ignore "/*" -o lcov.info
- name: Codecov
uses: codecov/[email protected].1
uses: codecov/[email protected].2
with:
files: ./lcov.info
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 5c90c01

Please sign in to comment.