Skip to content

Commit

Permalink
configure coverage.py to measure multiprocessing and thread
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodong-Yang committed Nov 27, 2024
1 parent f4dd36f commit a60fe2b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ extend-exclude = '''(
)'''

[tool.coverage.run]
concurrency = [
"multiprocessing",
"thread",
]
branch = false
relative_files = true
source = [
Expand Down

0 comments on commit a60fe2b

Please sign in to comment.