Skip to content

Commit d89843e

Browse files
committed
Remove unnecessary coverage config
1 parent d275bec commit d89843e

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.idea/runConfigurations/Pytest.xml

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

.idea/sqlalchemy-bind-manager.iml

Lines changed: 3 additions & 0 deletions
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
@@ -76,8 +76,8 @@ testpaths = [
7676
[tool.coverage.run]
7777
branch = true
7878
source = ["sqlalchemy_bind_manager"]
79-
concurrency = ["multiprocessing"]
80-
parallel = true
79+
# It's not necessary to setup concurrency here
80+
# because pytest-cov takes care of that
8181

8282
[tool.coverage.report]
8383
fail_under = 100

0 commit comments

Comments
 (0)