This commit is contained in:
2026-06-09 23:11:37 +02:00
parent 2586d458b2
commit ecfd72e415
6 changed files with 35 additions and 15 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
COVERAGE_PROCESS_START: ${{ github.workspace }}/.coveragerc
PLAYWRIGHT_HEADLESS: "1"
run: |
python -m coverage run -m pytest tests/ -p no:xdist --tb=line
python -m coverage run -m pytest tests/ -n auto --dist loadfile --tb=line
- name: Build coverage report
if: always()