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 416c511 commit 5fd7bbeCopy full SHA for 5fd7bbe
1 file changed
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
python -m pip install --upgrade pip
21
pip install -r requirements.txt
22
- name: Run tests
23
- run: coverage run setup.py test
+ run: coverage run -m pytest
24
- name: Verify Coverage
25
if: github.event_name == 'push'
26
uses: codecov/codecov-action@v1.5.2
0 commit comments