Skip to content

Commit b3b2e1d

Browse files
authored
Fix coverage upload. (#180)
1 parent a739171 commit b3b2e1d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: .github/workflows/main.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,6 @@ jobs:
6565
tox
6666
6767
- name: Upload to codecov
68-
uses: codecov/codecov-action@v2
68+
uses: codecov/codecov-action@v5
69+
with:
70+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)