Skip to content

Commit c2ff407

Browse files
Merge pull request #564 from SierraSoftworks/dependabot/github_actions/codecov/codecov-action-6.0.1
chore(deps): Bump codecov/codecov-action from 6.0.0 to 6.0.1
2 parents bf27595 + 99f0471 commit c2ff407

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
run: grcov . --binary-path target/debug/deps/ -s . -t lcov --ignore-not-existing --ignore '../**' --ignore '/*' --ignore 'C:/' -o ./lcov.info
8787

8888
- name: codecov upload
89-
uses: codecov/codecov-action@v6.0.0
89+
uses: codecov/codecov-action@v6.0.1
9090
with:
9191
files: ./lcov.info
9292
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)