Skip to content

Commit 12f4caf

Browse files
authored
Merge pull request #524 from rodneylab/dependabot/github_actions/codecov/codecov-action-5.5.1
build(deps): bump codecov/codecov-action from 5.4.3 to 5.5.1
2 parents f5e0973 + e9b1425 commit 12f4caf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/general.yml

Lines changed: 1 addition & 1 deletion
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@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
89+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
9090
with:
9191
file: ./target/debug/lcov
9292
env:

0 commit comments

Comments
 (0)