You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.coveragerc 160 B

1234567891011
  1. # -*- conf -*-
  2. [run]
  3. branch = True
  4. [report]
  5. exclude_lines =
  6. pragma: no cover
  7. if 0:
  8. omit = nilmdb/scripts,nilmdb/_version.py,nilmdb/fsck
  9. show_missing = True