Skip to content

Commit c687d98

Browse files
committed
add coveragerc
1 parent 522e063 commit c687d98

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[report]
2+
exclude_lines =
3+
pragma: no cover
4+
if TYPE_CHECKING:
5+
6+
[run]
7+
omit = tests/*

0 commit comments

Comments
 (0)