File: .coveragerc

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

[run]
branch = true
source =
    asn1
    tests
parallel = true
data_file = .coverage_data/coverage

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

[xml]
output = dist/coverage.xml