Skip to content

Commit 9e68690

Browse files
authored
Re-enable codecov reporting (#281)
1 parent 47e9f97 commit 9e68690

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,6 @@ jobs:
4242
if which black; then black --check . ; fi
4343
check-manifest
4444
- name: Report coverage to Codecov
45-
uses: codecov/codecov-action@v1
45+
uses: codecov/codecov-action@v5
46+
env:
47+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)