Skip to content

Commit

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

[gh-actions](deps): Bump codecov/codecov-action from 3 to 4
  • Loading branch information
yarikoptic authored Feb 24, 2024
2 parents 2ed6135 + 1aa7774 commit e059ad7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ jobs:
run: coverage run `which pytest` -s -v heudiconv

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: false
token: ${{ secrets.CODECOV_TOKEN }}

# vim:set et sts=2:

0 comments on commit e059ad7

Please sign in to comment.