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 bb8a3b3 commit c6cd429Copy full SHA for c6cd429
.github/workflows/unittests.yml
@@ -177,7 +177,8 @@ jobs:
177
export PATH=$ANTSPATH:${AFNI_HOME}:/usr/lib/fsl/5.0:$PATH
178
pytest -v --cov sdcflows --cov-report xml:cov.xml --doctest-modules sdcflows
179
180
- - uses: codecov/codecov-action@v3
+ - uses: codecov/codecov-action@v4
181
with:
182
file: cov.xml
183
+ token: ${{ secrets.CODECOV_TOKEN }}
184
if: ${{ always() }}
0 commit comments