Skip to content

Commit 3691f61

Browse files
Bump codecov/codecov-action from 3.1.4 to 4.0.1 (#3046)
* Bump codecov/codecov-action from 3.1.4 to 4.0.1 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.4 to 4.0.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@v3.1.4...v4.0.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Supply CODECOV_TOKEN as environment variable Xref https://github.com/codecov/codecov-action/tree/v4.0.1?tab=readme-ov-file#usage --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Wei Ji <[email protected]>
1 parent 64bc1d4 commit 3691f61

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci_tests.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,10 @@ jobs:
160160

161161
# Upload coverage to Codecov
162162
- name: Upload coverage to Codecov
163-
uses: codecov/codecov-action@v3.1.4
163+
uses: codecov/codecov-action@v4.0.1
164164
with:
165165
file: ./coverage.xml # optional
166166
env_vars: OS,PYTHON,NUMPY
167167
fail_ci_if_error: false
168+
env:
169+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)