Skip to content

Commit

Permalink
Bump codecov/codecov-action from 4.6.0 to 5.1.1
Browse files Browse the repository at this point in the history
Dependabot couldn't find the original pull request head commit, 43e509a.
  • Loading branch information
dependabot[bot] authored Dec 11, 2024
1 parent 328feb6 commit b2f7e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,6 @@ jobs:
lcov --capture --directory ${{ github.workspace }}/. --output-file coverage.info
genhtml coverage.info --output-directory coverage-report
- name: Collect coverage
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5.1.1
with:
verbose: true

0 comments on commit b2f7e77

Please sign in to comment.