Skip to content
This repository was archived by the owner on Apr 23, 2026. It is now read-only.

Commit 81e5dad

Browse files
committed
Add coveragerc file
1 parent a0072f8 commit 81e5dad

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.coveragerc

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

0 commit comments

Comments
 (0)