Skip to content

Commit 2b615f7

Browse files
committed
Ignore lack of coverage on lines that e.g. raise warnings
1 parent acf1cae commit 2b615f7

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.coveragerc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[report]
2+
exclude_lines =
3+
NotImplemented
4+
pragma: no cover
5+
warnings.warn

0 commit comments

Comments
 (0)