# Generated from:
# https://github.com/zopefoundation/meta/tree/master/config/c-code
[run]
source = zope.security
# New in 5.0; required for the GHA coveralls submission.
relative_files = True
branch = true

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

[report]
show_missing = true
precision = 2
ignore_errors = True
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
