Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit 969964e

Browse files
committed
Improved .coveragerc file.
1 parent ec56c6d commit 969964e

2 files changed

Lines changed: 5 additions & 17 deletions

File tree

.coveragerc

Lines changed: 0 additions & 17 deletions
This file was deleted.

tests/.coveragerc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
[run]
22
branch = true
3+
omit =
4+
*site-packages*
35

46
[report]
57
skip_covered = True
68
skip_empty = True
9+
exclude_lines =
10+
if __name__ == "__main__":
11+
raise NotImplementedError
712

813
[html]
914
directory = .cov

0 commit comments

Comments
 (0)