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.
2 parents ea0c024 + 2da4b1f commit c4e7fd5Copy full SHA for c4e7fd5
1 file changed
.github/workflows/ci.yml
@@ -44,7 +44,7 @@ jobs:
44
45
- name: Run tests
46
run: |
47
- coverage run -m pytest
+ coverage run -m pytest --benchmark-disable
48
coverage report
49
50
- name: Coveralls parallel
0 commit comments