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 3ce8055 commit 38317baCopy full SHA for 38317ba
.github/workflows/pythonpackage.yml
@@ -190,7 +190,7 @@ jobs:
190
run: python -m pip install "niworkflows[tests]"
191
- name: Run tests
192
run: pytest -sv --doctest-modules --cov niworkflows --pyargs niworkflows
193
- - uses: codecov/codecov-action@v3
+ - uses: codecov/codecov-action@v4
194
name: Submit to CodeCov
195
196
test-pre:
@@ -245,7 +245,7 @@ jobs:
245
run: python -m pip install $PIP_FLAGS "niworkflows[tests]"
246
247
248
249
250
251
flake8:
0 commit comments