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