Skip to content

Commit

Permalink
chore: configure concurrency option on pytest-cov for proper multipro…
Browse files Browse the repository at this point in the history
…cess coverage reporting
  • Loading branch information
aravinda0 committed Jul 10, 2024
1 parent 406997f commit ed81186
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ format_check = "ruff format --check {args}"
[tool.coverage.run]
branch = true
parallel = true
concurrency = ["multiprocessing"]
omit = []

[tool.coverage.report]
Expand Down

0 comments on commit ed81186

Please sign in to comment.