Skip to content

Commit 473e4c8

Browse files
committed
Improve coverage
1 parent f229a4a commit 473e4c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Run tests
5858
run: |
5959
mkdir -p reports/junit/
60-
coverage run -m pytest -n auto -m ${{ matrix.mark }} --junitxml=reports/junit/${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.mark }}.xml
60+
coverage run --parallel-mode -m pytest -n auto -m ${{ matrix.mark }} --junitxml=reports/junit/${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.mark }}.xml
6161
6262
- name: Upload coverage results
6363
uses: actions/upload-artifact@v6

0 commit comments

Comments
 (0)