12 lines
170 B
Plaintext
12 lines
170 B
Plaintext
|
# -*- conf -*-
|
||
|
|
||
|
[run]
|
||
|
branch = True
|
||
|
|
||
|
[report]
|
||
|
exclude_lines =
|
||
|
pragma: no cover
|
||
|
if 0:
|
||
|
if __name__ == "__main__":
|
||
|
omit = nilmtools/_version.py
|
||
|
show_missing = True
|