Skip to content

Commit 7269c17

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-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e6dac9a commit 7269c17

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
@@ -58,7 +58,7 @@ jobs:
5858
run: pixi run -e ${{ matrix.environment }} test -m "unit or (not integration and not end_to_end)" --cov-report=xml -n auto
5959

6060
- name: Upload unit test coverage reports to Codecov with GitHub Action
61-
uses: codecov/codecov-action@v4
61+
uses: codecov/codecov-action@v5
6262
with:
6363
flags: unit
6464

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

6969
- name: Upload end_to_end test coverage reports to Codecov with GitHub Action
70-
uses: codecov/codecov-action@v4
70+
uses: codecov/codecov-action@v5
7171
with:
7272
flags: end_to_end

0 commit comments

Comments
 (0)