diff --git a/pyproject.toml b/pyproject.toml index 687d46f2..69b2fcc8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -130,6 +130,7 @@ ini_options.xfail_strict = true [tool.coverage] run.branch = true +run.data_file = ".coverage/cov" run.parallel = true run.source = [ "tests", @@ -140,6 +141,8 @@ paths.source = [ ".tox/**/site-packages", ] report.show_missing = true +report.skip_covered = true +report.skip_empty = true [tool.rstcheck] report_level = "ERROR"