Skip to content

Commit ea5909f

Browse files
authored
Merge pull request #457 from rodneylab/dependabot/github_actions/codecov/codecov-action-5.4.0
build(deps): bump codecov/codecov-action from 5.3.1 to 5.4.0
2 parents b65a8f0 + ff822e6 commit ea5909f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/general.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- name: Generate code coverage
8787
run: grcov . -s . --binary-path ./target/debug/ -t lcov --branch --ignore-not-existing -o ./target/debug/
8888
- name: Upload coverage reports to Codecov
89-
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
89+
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
9090
with:
9191
file: ./target/debug/lcov
9292
env:

0 commit comments

Comments
 (0)