/ .coveragerc
.coveragerc
1 [run] 2 source = src/python 3 concurrency = multiprocessing,thread 4 disable_warnings = no-data-collected 5 omit = **/__main__.py 6 7 [combine] 8 disable_warnings = no-data-collected
1 [run] 2 source = src/python 3 concurrency = multiprocessing,thread 4 disable_warnings = no-data-collected 5 omit = **/__main__.py 6 7 [combine] 8 disable_warnings = no-data-collected