diff --git a/pyproject.toml b/pyproject.toml index b538954..009f1c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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