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 2fce3dd commit 4a240a9Copy full SHA for 4a240a9
.github/workflows/main.yml
@@ -118,7 +118,7 @@ jobs:
118
- run: MONTEPY_MULTIPROC=1 python -m pytest tests/test_integration.py
119
if: ${{ matrix.os == 'macos-latest' }}
120
- run: |
121
- MONTEPY_MULTIPROC=1 coverage run -p -m pytest tests/test_integration.py
+ MONTEPY_MULTIPROC=1 coverage run --concurrency=multiprocessing -p -m pytest tests/test_integration.py
122
coverage combine
123
coverage xml --fail-under=0
124
if: ${{ matrix.os == 'ubuntu-latest' }}
pyproject.toml
@@ -96,7 +96,6 @@ include = ["montepy*"]
96
97
[tool.coverage.run]
98
omit = ["tests/*"]
99
-concurrency = ["multiprocessing", "thread"]
100
101
[tool.coverage.report]
102
precision = 2
0 commit comments