blob: 54c7a9d8622f677582e6b7c7d373924e95b0a5ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# 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
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
|