Skip to content

Commit 7c8784b

Browse files
committed
Remove unnecessary coverage concurrency config
Signed-off-by: Federico Busetti <729029+febus982@users.noreply.github.com>
1 parent f6f4efa commit 7c8784b

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.idea/misc.xml

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ files = "bootstrap_python_package"
7272
[tool.coverage.run]
7373
branch = true
7474
source = ["bootstrap_python_package"]
75-
concurrency = ["multiprocessing"]
76-
parallel = true
75+
# It's not necessary to configure concurrency here
76+
# because pytest-cov takes care of that
7777

7878
[tool.coverage.report]
7979
fail_under = 100

0 commit comments

Comments
 (0)