File: .coveragerc

package info (click to toggle)
lazy-object-proxy 1.10.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 384 kB
  • sloc: python: 3,235; ansic: 944; makefile: 6
file content (14 lines) | stat: -rw-r--r-- 149 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[paths]
source = src

[run]
branch = true
source =
    src
    tests
parallel = true

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