We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2081b4a commit 3df3d87Copy full SHA for 3df3d87
1 file changed
pyproject.toml
@@ -130,6 +130,7 @@ ini_options.xfail_strict = true
130
131
[tool.coverage]
132
run.branch = true
133
+run.data_file = ".coverage/cov"
134
run.parallel = true
135
run.source = [
136
"tests",
@@ -140,6 +141,8 @@ paths.source = [
140
141
".tox/**/site-packages",
142
]
143
report.show_missing = true
144
+report.skip_covered = true
145
+report.skip_empty = true
146
147
[tool.rstcheck]
148
report_level = "ERROR"
0 commit comments