summaryrefslogtreecommitdiff
path: root/.coveragerc
blob: cbacd6370d52876f1f230951ffcdad4ea147953f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[run]
parallel = true
concurrency =
    thread
    multiprocessing
source =
    waitress

omit =
    waitress/tests/fixtureapps/getline.py

[report]
show_missing = true
precision = 2