Skip to content

Commit

Permalink
chore: enable multiprocessing option for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
jstucke committed Dec 5, 2024
1 parent 960280f commit 2f4349b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ omit = [
# ignore files only run inside docker
"src/plugins/analysis/*/docker/**",
]
concurrency = ["multiprocessing"]
parallel = true

[tool.coverage.report]
exclude_also = [
Expand Down

0 comments on commit 2f4349b

Please sign in to comment.