Skip to content

Commit 6d0c4d1

Browse files
authored
CI: Pass token to codecov action
1 parent 38317ba commit 6d0c4d1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,8 @@ jobs:
192192
run: pytest -sv --doctest-modules --cov niworkflows --pyargs niworkflows
193193
- 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]
@@ -246,6 +248,8 @@ jobs:
246248
- name: Run tests
247249
run: pytest -sv --doctest-modules --cov niworkflows --pyargs niworkflows
248250
- 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)