summaryrefslogtreecommitdiff
path: root/.coveragerc
blob: f0980240dea538802183d313c9d0042d1aa85efc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[run]
branch = True
source = zope.interface
# New in 5.0; required for the GHA coveralls submission.
relative_files = True

[report]
show_missing = true
exclude_lines =
    pragma: no cover
    class I[A-Z]\w+\((Interface|I[A-Z].*)\):
    raise NotImplementedError
    raise AssertionError
    self\.fail