File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -190,8 +190,10 @@ jobs:
190
190
run : python -m pip install "niworkflows[tests]"
191
191
- name : Run tests
192
192
run : pytest -sv --doctest-modules --cov niworkflows --pyargs niworkflows
193
- - uses : codecov/codecov-action@v3
193
+ - uses : codecov/codecov-action@v4
194
194
name : Submit to CodeCov
195
+ with :
196
+ token : ${{ secrets.CODECOV_TOKEN }}
195
197
196
198
test-pre :
197
199
needs : [get_data, job_metadata]
@@ -245,7 +247,9 @@ jobs:
245
247
run : python -m pip install $PIP_FLAGS "niworkflows[tests]"
246
248
- name : Run tests
247
249
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 }}
249
253
name : Submit to CodeCov
250
254
251
255
flake8 :
You can’t perform that action at this time.
0 commit comments