mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 13:07:56 +00:00
13 lines
249 B
INI
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
|