Skip to content

Commit fc74503

Browse files
authored
Merge pull request #281 from toruseo/dependabot/github_actions/codecov/codecov-action-6.0.0
Bump codecov/codecov-action from 5.5.2 to 6.0.0
2 parents b286e73 + 1528960 commit fc74503

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/measure-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
lcov --remove cpp_coverage.info '/usr/*' '*/nanobind/*' '*/python*' --output-file cpp_coverage_filtered.info --ignore-errors unused,empty
5252
lcov --list cpp_coverage_filtered.info || true
5353
- name: Upload coverage reports to Codecov
54-
uses: codecov/codecov-action@v5.5.2
54+
uses: codecov/codecov-action@v6.0.0
5555
with:
5656
token: ${{ secrets.CODECOV_TOKEN }}
5757
files: ./coverage.xml,./cpp_coverage_filtered.info

0 commit comments

Comments
 (0)