Skip to content

Commit

Permalink
Merge pull request #232 from nipy/dependabot/github_actions/codecov/c…
Browse files Browse the repository at this point in the history
…odecov-action-5

build(deps): bump codecov/codecov-action from 4 to 5
  • Loading branch information
effigies authored Dec 7, 2024
2 parents 2b0e980 + 498213f commit ba795eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,8 @@ jobs:
run: tox c
- name: Run tox
run: tox -v --exit-and-dump-after 1200
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with:
file: coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}
if: ${{ always() }}

Expand Down

0 comments on commit ba795eb

Please sign in to comment.