# http://coverage.readthedocs.org/en/latest/config.html
[run]
branch = True

# We seem to need timid mode to get correct results.
timid = True

source =
    src
    tests
