blob: d097511c3124699e2df4396f63238c0bef361405 [file] [log] [blame]
Jon Wayne Parrott77fb0f22017-10-18 12:52:35 -07001[run]
2branch = True
3
4[report]
5fail_under = 100
6show_missing = True
7exclude_lines =
8 # Re-enable the standard pragma
9 pragma: NO COVER
10 # Ignore debug-only repr
11 def __repr__
12 # Ignore abstract methods
13 raise NotImplementedError