Skip to content

Commit 51da19b

Browse files
Build(deps): Bump codecov/codecov-action from 3 to 4 (#412)
* Build(deps): 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]> * CI: Pass token to codecov action --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chris Markiewicz <[email protected]>
1 parent 8830bf8 commit 51da19b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,10 @@ jobs:
109109
run: python -m pip install "smriprep[tests]"
110110
- name: Run tests
111111
run: pytest -sv --doctest-modules --cov smriprep --pyargs smriprep
112-
- uses: codecov/codecov-action@v3
112+
- uses: codecov/codecov-action@v4
113113
name: Submit to CodeCov
114+
with:
115+
token: ${{ secrets.CODECOV_TOKEN }}
114116

115117
style:
116118
if: "!contains(github.event.head_commit.message, '[skip ci]')"

0 commit comments

Comments
 (0)