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:
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 :
You can’t perform that action at this time.
0 commit comments