Skip to content

Commit f80d676

Browse files
Bump codecov/codecov-action from 6.0.1 to 7.0.0 in /.github/workflows (#1258)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 6.0.1 to 7.0.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@e79a696...fb8b358) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3b36dbd commit f80d676

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
pytest -ra -vvv --cov=constructor --cov-branch tests/ -m "not examples"
143143
coverage run --branch --append -m constructor -V
144144
coverage json
145-
- uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
145+
- uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
146146
with:
147147
token: ${{ secrets.CODECOV_TOKEN }}
148148
flags: unit
@@ -160,7 +160,7 @@ jobs:
160160
pytest -ra -vvv --cov=constructor --cov-branch tests/test_examples.py
161161
coverage run --branch --append -m constructor -V
162162
coverage json
163-
- uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
163+
- uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
164164
with:
165165
token: ${{ secrets.CODECOV_TOKEN }}
166166
flags: integration

0 commit comments

Comments
 (0)