Skip to content

Commit 6196ad9

Browse files
committed
codecov config
1 parent 2a98d38 commit 6196ad9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ jobs:
2323
- name: Generate coverage XML report
2424
run: coverage xml
2525
- name: Codecov
26-
uses: codecov/codecov-action@v4
26+
uses: codecov/codecov-action@v5
2727
env:
2828
PYTHON: ${{matrix.python-version}}
2929
with:
3030
env_vars: PYTHON
3131
token: ${{ secrets.CODECOF_TOKEN }}
32+
slug: dakrauth/django-picker

0 commit comments

Comments
 (0)