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 54fbce6 commit 2fce3ddCopy full SHA for 2fce3dd
.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 -m pytest tests/test_integration.py
+ MONTEPY_MULTIPROC=1 coverage run -p -m pytest tests/test_integration.py
122
coverage combine
123
coverage xml --fail-under=0
124
if: ${{ matrix.os == 'ubuntu-latest' }}
pyproject.toml
@@ -97,7 +97,6 @@ include = ["montepy*"]
97
[tool.coverage.run]
98
omit = ["tests/*"]
99
concurrency = ["multiprocessing", "thread"]
100
-parallel = "true"
101
102
[tool.coverage.report]
103
precision = 2
0 commit comments