tahoe-lafs/.coveragerc

13 lines
249 B
Plaintext
Raw Normal View History

# -*- 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
2019-07-23 16:39:45 +00:00
parallel = True
branch = True