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 f6210db commit 90d7f28Copy full SHA for 90d7f28
.github/workflows/test.yml
@@ -35,5 +35,6 @@ jobs:
35
pip3 install 'setuptools>=69.1.0' --force-reinstall
36
- name: Run Tests
37
run: |
38
- coverage run setup.py test
39
- coverage xml
+ python -m unittest discover
+ # coverage run setup.py test
40
+ # coverage xml
0 commit comments