# Generated from:
# https://github.com/zopefoundation/meta/tree/master/config/buildout-recipe
[run]
source = collective.recipe.template
plugins = coverage_python_version
branch = true
parallel = true

[paths]
source =
    src/
    .tox/*/lib/python*/site-packages/
    .tox/pypy*/site-packages/

[report]
precision = 2
exclude_lines =
    except ImportError:
    if __name__ == '__main__':
    pragma: no cover
    pragma: nocover
    raise AssertionError
    raise NotImplementedError
    raise unittest.Skip
    self.fail\(

[html]
directory = parts/htmlcov
