Skip to content

Commit

Permalink
Enable branch coverage (#4022)
Browse files Browse the repository at this point in the history
When trying to understand the code logic, and looking at coverage
reports, branch coverage is very helpful.
  • Loading branch information
bluetech committed Nov 4, 2023
1 parent c54c213 commit 4483246
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Expand Up @@ -224,6 +224,7 @@ omit = [
]
[tool.coverage.run]
relative_files = true
branch = true

[tool.mypy]
# Specify the target platform details in config, so your developers are
Expand Down

0 comments on commit 4483246

Please sign in to comment.