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 8830bf8 commit 51da19bCopy full SHA for 51da19b
.github/workflows/pythonpackage.yml
@@ -109,8 +109,10 @@ jobs:
109
run: python -m pip install "smriprep[tests]"
110
- name: Run tests
111
run: pytest -sv --doctest-modules --cov smriprep --pyargs smriprep
112
- - uses: codecov/codecov-action@v3
+ - uses: codecov/codecov-action@v4
113
name: Submit to CodeCov
114
+ with:
115
+ token: ${{ secrets.CODECOV_TOKEN }}
116
117
style:
118
if: "!contains(github.event.head_commit.message, '[skip ci]')"
0 commit comments