We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38317ba commit 6d0c4d1Copy full SHA for 6d0c4d1
.github/workflows/pythonpackage.yml
@@ -192,6 +192,8 @@ jobs:
192
run: pytest -sv --doctest-modules --cov niworkflows --pyargs niworkflows
193
- uses: codecov/codecov-action@v4
194
name: Submit to CodeCov
195
+ with:
196
+ token: ${{ secrets.CODECOV_TOKEN }}
197
198
test-pre:
199
needs: [get_data, job_metadata]
@@ -246,6 +248,8 @@ jobs:
246
248
- name: Run tests
247
249
250
251
252
253
254
255
flake8:
0 commit comments