Skip to content

Commit 2e604fd

Browse files
Bump codecov/codecov-action from 4 to 5
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-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e4a37d4 commit 2e604fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: pixi run -e ${{ matrix.environment }} test -m "unit or (not integration and not end_to_end)" --cov-report=xml -n auto
5656

5757
- name: Upload unit test coverage reports to Codecov with GitHub Action
58-
uses: codecov/codecov-action@v4
58+
uses: codecov/codecov-action@v5
5959
with:
6060
flags: unit
6161

@@ -64,6 +64,6 @@ jobs:
6464
run: pixi run -e ${{ matrix.environment }} test -m end_to_end --cov-report=xml -n auto
6565

6666
- name: Upload end_to_end test coverage reports to Codecov with GitHub Action
67-
uses: codecov/codecov-action@v4
67+
uses: codecov/codecov-action@v5
6868
with:
6969
flags: end_to_end

0 commit comments

Comments
 (0)