Skip to content

Commit 429786c

Browse files
committed
Added .coveragerc
1 parent 254db68 commit 429786c

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.coveragerc

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
[run]
2+
branch = True
3+
source = pyjsonrpclite
4+
5+
[report]
6+
exclude_lines =
7+
if self.debug:
8+
pragma: no cover
9+
raise NotImplementedError
10+
if __name__ == .__main__.:
11+
ignore_errors = True
12+
omit =
13+
tests/*
14+
15+
[html]
16+
directory = coverage_html_report
17+
18+
[paths]
19+
source =
20+
pyjsonrpclite/

0 commit comments

Comments
 (0)