We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1847091 commit 04cbab0Copy full SHA for 04cbab0
.github/workflows/tests.yml
@@ -25,11 +25,9 @@ jobs:
25
python-version: ${{ matrix.python-version }}
26
- name: Install dependencies
27
run: |
28
- python -m pip install --upgrade pip setuptools
+ python -m pip install --upgrade pip setuptools codecov
29
pip install django~=${{ matrix.django-version }}
30
- name: Test with pytest
31
run: python setup.py test
32
- name: Codecov
33
- uses: codecov/[email protected]
34
- with:
35
- token: ${{secrets.CODECOV_TOKEN}}
+ run: codecov
0 commit comments