Skip to content

Commit

Permalink
tweak coverage settings
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Aug 7, 2024
1 parent 8887ce3 commit 69b541c
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 @@ -73,12 +73,14 @@ show_column_numbers = true
[tool.coverage]
[tool.coverage.run]
dynamic_context = "test_function"
branch = true

[tool.coverage.json]
pretty_print = true

[tool.coverage.html]
show_contexts = true
skip_empty = true

[tool.coverage.report]
# Regexes for lines to exclude from consideration
Expand Down

0 comments on commit 69b541c

Please sign in to comment.