Browse Source

Update coverage config

tags/nilmdb-2.0.0
Jim Paris 4 years ago
parent
commit
99500f3a88
2 changed files with 1 additions and 2 deletions
  1. +1
    -0
      .coveragerc
  2. +0
    -2
      setup.cfg

+ 1
- 0
.coveragerc View File

@@ -8,3 +8,4 @@ exclude_lines =
pragma: no cover
if 0:
omit = nilmdb/utils/datetime_tz*,nilmdb/scripts,nilmdb/_version.py,nilmdb/fsck
show_missing = True

+ 0
- 2
setup.cfg View File

@@ -13,8 +13,6 @@ cover-package=nilmdb
cover-erase=1
# this works, puts html output in cover/ dir:
# cover-html=1
# need nose 1.1.3 for this:
# cover-branches=1
#debug=nose
#debug-log=nose.log
stop=1


Loading…
Cancel
Save