Skip to content

Commit

Permalink
chore(ci): Use default coverage XML file name
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies authored Nov 22, 2024
1 parent 9ffd732 commit 8544a06
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,14 +202,13 @@ jobs:
run: |
export PATH=${AFNI_HOME}:$PATH
export FSLDIR=${CONDA_PREFIX}
pytest -v --cov sdcflows --cov-report xml:cov.xml --doctest-modules -n auto sdcflows \
pytest -v --cov sdcflows --cov-report xml --doctest-modules -n auto sdcflows \
--durations=20 --durations-min=10 -m "$MARKS"
env:
MARKS: ${{ matrix.marks }}

- uses: codecov/codecov-action@v5
with:
file: cov.xml
token: ${{ secrets.CODECOV_TOKEN }}
if: ${{ always() }}

Expand Down

0 comments on commit 8544a06

Please sign in to comment.