File: .coveragerc

package info (click to toggle)
python-tblib 3.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 372 kB
  • sloc: python: 1,118; makefile: 5
file content (18 lines) | stat: -rw-r--r-- 198 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[paths]
source =
   src
   */site-packages

[run]
branch = true
source =
    tblib
    tests
patch = subprocess

[report]
show_missing = true
precision = 2
omit =
    *migrations*
    tests/bad*.py