Browse Source

playing with coverage a bit

git-svn-id: https://bucket.mit.edu/svn/nilm/nilmdb@10444 ddd99763-3ecb-0310-9145-efcb8ce7c51f
tags/bxinterval-last
Jim Paris 12 years ago
parent
commit
ba66668fff
2 changed files with 11 additions and 0 deletions
  1. +9
    -0
      .coveragerc
  2. +2
    -0
      setup.cfg

+ 9
- 0
.coveragerc View File

@@ -0,0 +1,9 @@
# -*- conf -*-

[run]
# branch = True

[report]
exclude_lines =
pragma: no cover
if 0:

+ 2
- 0
setup.cfg View File

@@ -4,6 +4,8 @@ with-coverage=1
cover-inclusive=1
cover-package=nilmdb
cover-erase=1
# cover-html=1 # this works, puts html output in cover/ dir
# cover-branches=1 # need nose 1.1.3 for this
stop=1
verbosity=2


Loading…
Cancel
Save