Skip to content

Commit

Permalink
Remove unnecessary coverage config
Browse files Browse the repository at this point in the history
  • Loading branch information
febus982 committed Jan 28, 2024
1 parent d275bec commit d89843e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .idea/runConfigurations/Pytest.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .idea/sqlalchemy-bind-manager.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ testpaths = [
[tool.coverage.run]
branch = true
source = ["sqlalchemy_bind_manager"]
concurrency = ["multiprocessing"]
parallel = true
# It's not necessary to setup concurrency here
# because pytest-cov takes care of that

[tool.coverage.report]
fail_under = 100
Expand Down

0 comments on commit d89843e

Please sign in to comment.