summaryrefslogtreecommitdiff
path: root/.coveragerc
blob: b86909758def8056543dd26da922c1e5ac9b6e1f (plain)
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