File: .coveragerc

package info (click to toggle)
waitress 1.4.4-1.1%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,308 kB
  • sloc: python: 10,645; makefile: 82; sh: 8
file content (19 lines) | stat: -rw-r--r-- 265 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[run]
parallel = true
concurrency =
    thread
    multiprocessing
source =
    waitress
omit =
    waitress/tests/fixtureapps/getline.py

[paths]
source =
    src/waitress
    */src/waitress
    */site-packages/waitress

[report]
show_missing = true
precision = 2