tahoe-lafs/.coveragerc
2019-08-06 16:47:43 -06:00

13 lines
249 B
INI

# -*- mode: conf -*-
[run]
# only record trace data for allmydata.*
source =
allmydata
# and don't trace the test files themselves, or generated files
omit =
*/allmydata/test/*
*/allmydata/_version.py
parallel = True
branch = True