Skip to content

Commit b1e9c5d

Browse files
authored
Merge pull request #853 from nipreps/dependabot/github_actions/codecov/codecov-action-4
Build(deps): Bump codecov/codecov-action from 3 to 4
2 parents 3ce8055 + 6d0c4d1 commit b1e9c5d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,10 @@ jobs:
190190
run: python -m pip install "niworkflows[tests]"
191191
- name: Run tests
192192
run: pytest -sv --doctest-modules --cov niworkflows --pyargs niworkflows
193-
- uses: codecov/codecov-action@v3
193+
- uses: codecov/codecov-action@v4
194194
name: Submit to CodeCov
195+
with:
196+
token: ${{ secrets.CODECOV_TOKEN }}
195197

196198
test-pre:
197199
needs: [get_data, job_metadata]
@@ -245,7 +247,9 @@ jobs:
245247
run: python -m pip install $PIP_FLAGS "niworkflows[tests]"
246248
- name: Run tests
247249
run: pytest -sv --doctest-modules --cov niworkflows --pyargs niworkflows
248-
- uses: codecov/codecov-action@v3
250+
- uses: codecov/codecov-action@v4
251+
with:
252+
token: ${{ secrets.CODECOV_TOKEN }}
249253
name: Submit to CodeCov
250254

251255
flake8:

0 commit comments

Comments
 (0)