Skip to content

Commit a6bd7b2

Browse files
dependabot[bot]sarahmonod
authored andcommitted
build(deps): bump codecov/codecov-action from 5 to 6
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 6. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5...v6) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1c15147 commit a6bd7b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@ jobs:
6767
lcov --capture --directory build --output-file cppcoverage.lcov
6868
lcov --extract cppcoverage.lcov '*/src/pystack/_pystack/*' --output-file cppcoverage.lcov
6969
- name: Upload Python report to Codecov
70-
uses: codecov/codecov-action@v5
70+
uses: codecov/codecov-action@v6
7171
with:
7272
token: ${{ secrets.CODECOV_TOKEN }}
7373
files: pycoverage.lcov
7474
flags: python
7575
- name: Upload C++ report to Codecov
76-
uses: codecov/codecov-action@v5
76+
uses: codecov/codecov-action@v6
7777
with:
7878
token: ${{ secrets.CODECOV_TOKEN }}
7979
files: cppcoverage.lcov

0 commit comments

Comments
 (0)