Skip to content

Commit 8544a06

Browse files
authored
chore(ci): Use default coverage XML file name
1 parent 9ffd732 commit 8544a06

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-test-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,14 +202,13 @@ jobs:
202202
run: |
203203
export PATH=${AFNI_HOME}:$PATH
204204
export FSLDIR=${CONDA_PREFIX}
205-
pytest -v --cov sdcflows --cov-report xml:cov.xml --doctest-modules -n auto sdcflows \
205+
pytest -v --cov sdcflows --cov-report xml --doctest-modules -n auto sdcflows \
206206
--durations=20 --durations-min=10 -m "$MARKS"
207207
env:
208208
MARKS: ${{ matrix.marks }}
209209

210210
- uses: codecov/codecov-action@v5
211211
with:
212-
file: cov.xml
213212
token: ${{ secrets.CODECOV_TOKEN }}
214213
if: ${{ always() }}
215214

0 commit comments

Comments
 (0)