Skip to content

Commit 8221800

Browse files
authored
Merge pull request #75 from ResearchObject/dependabot/github_actions/codecov/codecov-action-4
Bump codecov/codecov-action from 3 to 4
2 parents 9d83b8b + 74c7ea1 commit 8221800

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,12 @@ jobs:
2727
- name: Run tests
2828
run: tox -e test
2929
- name: Upload coverage to Codecov
30-
uses: codecov/codecov-action@v3
30+
uses: codecov/codecov-action@v4
3131
with:
3232
files: ./coverage.xml
3333
fail_ci_if_error: false
3434
verbose: true
35+
token: ${{ secrets.CODECOV_TOKEN }}
3536

3637
other-checks:
3738
strategy:

0 commit comments

Comments
 (0)