summaryrefslogtreecommitdiff
path: root/.coveragerc
blob: 6bd02c13f5c28265d63182c1771ffd5e8fa07af5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[run]
source = zope.security
omit = */flycheck_*.py

[report]
precision = 2
exclude_lines =
    pragma: no cover
    pragma NO COVER
    if __name__ == '__main__':
    raise NotImplementedError
    self.fail
    raise AssertionError