Skip to content

Commit 89dc78d

Browse files
Bump codecov/codecov-action from 5.4.0 to 5.4.2 in /.github/workflows (#977)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.4.0 to 5.4.2. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@0565863...ad3126e) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 62201d4 commit 89dc78d

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
@@ -134,7 +134,7 @@ jobs:
134134
pytest -vv --cov=constructor --cov-branch tests/ -m "not examples"
135135
coverage run --branch --append -m constructor -V
136136
coverage json
137-
- uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
137+
- uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
138138
with:
139139
token: ${{ secrets.CODECOV_TOKEN }}
140140
flags: unit
@@ -152,7 +152,7 @@ jobs:
152152
pytest -vv --cov=constructor --cov-branch tests/test_examples.py
153153
coverage run --branch --append -m constructor -V
154154
coverage json
155-
- uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
155+
- uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
156156
with:
157157
token: ${{ secrets.CODECOV_TOKEN }}
158158
flags: integration

0 commit comments

Comments
 (0)