We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91ce8ce commit 4f65286Copy full SHA for 4f65286
1 file changed
.github/workflows/tests.yml
@@ -34,5 +34,5 @@ jobs:
34
pip install -e .
35
- name: run tests
36
run: |
37
- coverage run setup.py test
+ coverage run -m unittest discover tests
38
codecov
0 commit comments