Skip to content

Commit

Permalink
Merge pull request #6 from nipreps/chore/codecov-action-v5
Browse files Browse the repository at this point in the history
chore: Use default coverage.xml filename, bump codecov-action
  • Loading branch information
effigies authored Dec 9, 2024
2 parents 0d579ad + 1c74db7 commit 2e40bb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,9 @@ jobs:
- name: Run tox
run: tox -v --exit-and-dump-after 1200 run --installpkg dist/*.whl

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

checks:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ deps =

commands =
pytest -svx --doctest-modules \
--cov . --cov-report term --cov-report xml:cov.xml \
--cov . --cov-report term --cov-report xml \
--durations=20 --durations-min=1.0 \
{posargs}

Expand Down

0 comments on commit 2e40bb6

Please sign in to comment.