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 8d8b104 commit 5407ec2Copy full SHA for 5407ec2
.github/workflows/unittests.yml
@@ -175,7 +175,8 @@ jobs:
175
run: |
176
export LD_LIBRARY_PATH=/usr/lib/fsl/5.0:$LD_LIBRARY_PATH
177
export PATH=$ANTSPATH:${AFNI_HOME}:/usr/lib/fsl/5.0:$PATH
178
- pytest -v --cov sdcflows --cov-report xml:cov.xml --doctest-modules -n auto sdcflows
+ pytest -v --cov sdcflows --cov-report xml:cov.xml --doctest-modules -n auto sdcflows \
179
+ --durations=20 --durations-min=10
180
181
- uses: codecov/codecov-action@v4
182
with:
0 commit comments