We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 435008f commit bca0789Copy full SHA for bca0789
1 file changed
.github/workflows/main.yml
@@ -176,7 +176,7 @@ jobs:
176
177
- name: Run full coverage suite
178
run: |
179
- pytest -q --tb=short --disable-warnings -n 0 -p pytest_cov \
+ pytest -q --tb=short --disable-warnings -n auto -p pytest_cov \
180
--cov=ultraplot --cov-branch --cov-context=test \
181
--cov-report=xml:coverage.xml --cov-report= \
182
ultraplot/tests
0 commit comments