Skip to content

Commit 4a240a9

Browse files
committed
Moved all options to command line.
1 parent 2fce3dd commit 4a240a9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
- run: MONTEPY_MULTIPROC=1 python -m pytest tests/test_integration.py
119119
if: ${{ matrix.os == 'macos-latest' }}
120120
- run: |
121-
MONTEPY_MULTIPROC=1 coverage run -p -m pytest tests/test_integration.py
121+
MONTEPY_MULTIPROC=1 coverage run --concurrency=multiprocessing -p -m pytest tests/test_integration.py
122122
coverage combine
123123
coverage xml --fail-under=0
124124
if: ${{ matrix.os == 'ubuntu-latest' }}

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ include = ["montepy*"]
9696

9797
[tool.coverage.run]
9898
omit = ["tests/*"]
99-
concurrency = ["multiprocessing", "thread"]
10099

101100
[tool.coverage.report]
102101
precision = 2

0 commit comments

Comments
 (0)