File: .coveragerc

package info (click to toggle)
python-pytest-benchmark 5.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,104 kB
  • sloc: python: 5,259; makefile: 12
file content (17 lines) | stat: -rw-r--r-- 184 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[paths]
source = src

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

[report]
show_missing = true
precision = 2
omit =
    *migrations*
    *pep418*
    *hookspec*