13 lines
181 B
INI
13 lines
181 B
INI
# http://nedbatchelder.com/code/coverage/config.html
|
|
[run]
|
|
concurrency = multiprocessing
|
|
parallel = True
|
|
branch = True
|
|
|
|
[report]
|
|
include = src/*
|
|
|
|
[paths]
|
|
source = .
|
|
/lorax/
|