Skip to content

Commit c6cd429

Browse files
committed
build(deps): bump codecov/codecov-action from 3 to 4
Squashed commit of the following: commit 3e5b46f Author: Chris Markiewicz <[email protected]> Date: Tue Feb 6 13:34:49 2024 -0500 CI: Pass token to codecov action commit c04ca09 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon Feb 5 19:15:58 2024 +0000 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]>
1 parent bb8a3b3 commit c6cd429

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/unittests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,8 @@ jobs:
177177
export PATH=$ANTSPATH:${AFNI_HOME}:/usr/lib/fsl/5.0:$PATH
178178
pytest -v --cov sdcflows --cov-report xml:cov.xml --doctest-modules sdcflows
179179
180-
- uses: codecov/codecov-action@v3
180+
- uses: codecov/codecov-action@v4
181181
with:
182182
file: cov.xml
183+
token: ${{ secrets.CODECOV_TOKEN }}
183184
if: ${{ always() }}

0 commit comments

Comments
 (0)