Skip to content

Commit

Permalink
Merge pull request #75 from ResearchObject/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…codecov/codecov-action-4

Bump codecov/codecov-action from 3 to 4
  • Loading branch information
simleo authored Mar 4, 2024
2 parents 9d83b8b + 74c7ea1 commit 8221800
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,12 @@ jobs:
- name: Run tests
run: tox -e test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./coverage.xml
fail_ci_if_error: false
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}

other-checks:
strategy:
Expand Down

0 comments on commit 8221800

Please sign in to comment.