Excluded class macros from coverage.
I'm having problems on bullseye (Python 3.8). Ideally only the decorator line should be excluded.
This commit is contained in:
parent
e8c85a0272
commit
10c0f21d84
|
|
@ -7,5 +7,7 @@ omit = */kiplot/docopt.py
|
||||||
[report]
|
[report]
|
||||||
exclude_lines =
|
exclude_lines =
|
||||||
pragma: no cover
|
pragma: no cover
|
||||||
|
@pre_class
|
||||||
|
@output_class
|
||||||
# raise RuntimeError
|
# raise RuntimeError
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue