Skip to content

Commit f6f8d62

Browse files
Bump codecov/codecov-action from 5.0.7 to 5.1.1 in /.github/workflows (#912)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.0.7 to 5.1.1. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@015f24e...7f8b4b4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent afc9edf commit f6f8d62

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
@@ -133,7 +133,7 @@ jobs:
133133
pytest -vv --cov=constructor --cov-branch tests/ -m "not examples"
134134
coverage run --branch --append -m constructor -V
135135
coverage json
136-
- uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
136+
- uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5.1.1
137137
with:
138138
token: ${{ secrets.CODECOV_TOKEN }}
139139
flags: unit
@@ -151,7 +151,7 @@ jobs:
151151
pytest -vv --cov=constructor --cov-branch tests/test_examples.py
152152
coverage run --branch --append -m constructor -V
153153
coverage json
154-
- uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
154+
- uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5.1.1
155155
with:
156156
token: ${{ secrets.CODECOV_TOKEN }}
157157
flags: integration

0 commit comments

Comments
 (0)