Skip to content

Commit 04cbab0

Browse files
committed
Switch to codecov Python package
1 parent 1847091 commit 04cbab0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,9 @@ jobs:
2525
python-version: ${{ matrix.python-version }}
2626
- name: Install dependencies
2727
run: |
28-
python -m pip install --upgrade pip setuptools
28+
python -m pip install --upgrade pip setuptools codecov
2929
pip install django~=${{ matrix.django-version }}
3030
- name: Test with pytest
3131
run: python setup.py test
3232
- name: Codecov
33-
uses: codecov/[email protected]
34-
with:
35-
token: ${{secrets.CODECOV_TOKEN}}
33+
run: codecov

0 commit comments

Comments
 (0)