Skip to content

Commit c32e6cd

Browse files
authored
Merge pull request #125 from codelabsab/dependabot/github_actions/codecov/codecov-action-5.1.1
Bump codecov/codecov-action from 5.0.7 to 5.1.1
2 parents 2c67f64 + f5997c6 commit c32e6cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Generate lcov.info for Code coverage
3232
run: ./grcov . --binary-path ./target/debug/ -s . -t lcov --branch --ignore-not-existing --ignore "/*" -o lcov.info
3333
- name: Codecov
34-
uses: codecov/codecov-action@v5.0.7
34+
uses: codecov/codecov-action@v5.1.1
3535
with:
3636
files: ./lcov.info
3737
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)