Skip to content

Commit e70d040

Browse files
committed
🧪 Hide irrelevant coverage from term output
1 parent 92e39d1 commit e70d040

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,8 @@ relative_files = true
291291
[tool.coverage.report]
292292
precision = 1
293293
skip_covered = true
294+
skip_empty = true
295+
show_missing = true
294296
exclude_lines = [
295297
"pragma: no cover",
296298
"abc.abstractmethod",

0 commit comments

Comments
 (0)