Skip to content

Commit 5d566eb

Browse files
Bump codecov/codecov-action from 3 to 4 (#1647)
* Bump codecov/codecov-action from 3 to 4 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Set codecov env --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Josh Moore <[email protected]>
1 parent 6105ef2 commit 5d566eb

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/python-package.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,8 @@ jobs:
8080
mkdir ~/blob_emulator
8181
azurite -l ~/blob_emulator --debug debug.log 2>&1 > stdouterr.log &
8282
pytest --cov=zarr --cov-config=pyproject.toml --doctest-plus --cov-report xml --cov=./ --timeout=300
83-
- uses: codecov/codecov-action@v3
83+
- uses: codecov/codecov-action@v4
84+
env:
85+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
8486
with:
85-
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
86-
#files: ./coverage1.xml,./coverage2.xml # optional
87-
#flags: unittests # optional
88-
#name: codecov-umbrella # optional
89-
#fail_ci_if_error: true # optional (default = false)
9087
verbose: true # optional (default = false)

0 commit comments

Comments
 (0)