diff options
Diffstat (limited to '.coveragerc')
| -rw-r--r-- | .coveragerc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.coveragerc b/.coveragerc index c2c3d96..cbacd63 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,6 +1,8 @@ [run] parallel = true -concurrency = thread,multiprocessing +concurrency = + thread + multiprocessing source = waitress |
