Skip to content

Commit 07d454b

Browse files
👷 Upgrade to codecov v5
1 parent 263f3cc commit 07d454b

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
@@ -49,8 +49,9 @@ jobs:
4949
DJANGO: ${{ matrix.django }}
5050

5151
- name: Publish coverage report
52-
uses: codecov/codecov-action@v3
52+
uses: codecov/codecov-action@v5
5353
with:
54+
token: ${{ secrets.CODECOV_TOKEN }}
5455
directory: reports/
5556

5657
e2e_tests:

0 commit comments

Comments
 (0)