Skip to content

Commit 5762239

Browse files
committed
Add coveragerc
1 parent 27aec25 commit 5762239

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.coveragerc

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[run]
2+
source = psfrec
3+
omit =
4+
psfrec/_githash.py
5+
6+
[report]
7+
show_missing = false
8+
exclude_lines =
9+
pragma: no cover
10+
def __repr__
11+
raise AssertionError
12+
raise NotImplementedError
13+
if __name__ == .__main__.:

0 commit comments

Comments
 (0)