Skip to content

Commit 1fb6468

Browse files
[UPDATE] (deps): Bump codecov/codecov-action in /.github/workflows
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 14aea82 commit 1fb6468

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/Tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ jobs:
249249
- name: Generate Coverage for py${{ matrix.python-version }} on ${{ matrix.os }}
250250
run: make -f Makefile test-pytest >> $GITHUB_STEP_SUMMARY ;
251251
- name: Upload Python ${{ matrix.python-version }} coverage to Codecov
252-
uses: codecov/codecov-action@v4
252+
uses: codecov/codecov-action@v5
253253
with:
254254
token: ${{ secrets.CODECOV_TOKEN }}
255255
files: ./coverage.xml
@@ -397,7 +397,7 @@ jobs:
397397
./tests/check_integration_coverage || echo "::warning file=tests/check_integration_coverage,line=1,endLine=1,title=SKIPPED::SKIP Integration Tests." ;
398398
shell: bash
399399
- name: Upload Python ${{ matrix.python-version }} integration coverage to Codecov
400-
uses: codecov/codecov-action@v4
400+
uses: codecov/codecov-action@v5
401401
with:
402402
token: ${{ secrets.CODECOV_TOKEN }}
403403
files: ./test-reports/coverage_supplement.xml
@@ -496,7 +496,7 @@ jobs:
496496
./tests/check_legacy_setup_coverage || echo "::warning file=tests/check_legacy_setup_coverage,line=1,endLine=1,title=SKIPPED::SKIP Legacy Setup.py Tests." ;
497497
if: ${{ !cancelled() }}
498498
- name: Upload Python ${{ matrix.python-version }} Legacy Setup.py coverage to Codecov
499-
uses: codecov/codecov-action@v4
499+
uses: codecov/codecov-action@v5
500500
with:
501501
token: ${{ secrets.CODECOV_TOKEN }}
502502
files: ./test-reports/coverage_setup.xml

0 commit comments

Comments
 (0)