Skip to content

Commit

Permalink
Merge pull request #3 from rodneylab/dependabot/github_actions/codeco…
Browse files Browse the repository at this point in the history
…v/codecov-action-4.3.0

build(deps): bump codecov/codecov-action from 4.1.0 to 4.3.0
  • Loading branch information
rodneylab authored Apr 12, 2024
2 parents 8bcda22 + 8f8f600 commit 3c4e946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
- name: Generate code coverage
run: grcov . -s . --binary-path ./target/debug/ -t lcov --branch --ignore-not-existing -o ./target/debug/
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0
uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0
with:
file: ./target/debug/lcov
env:
Expand Down

0 comments on commit 3c4e946

Please sign in to comment.