summaryrefslogtreecommitdiff
path: root/.coveragerc
blob: 5c6eb7ee8a9a5dc1f7c125fd29087fccafe2ee38 (plain)
1
2
3
4
5
6
7
8
9
10
# vim: filetype=dosini:
[run]
branch = True
source = jsonschema
omit = */jsonschema/_reflect.py,*/jsonschema/__main__.py,*/jsonschema/benchmarks/*,*/jsonschema/tests/fuzz_validate.py

[report]
exclude_lines =
    pragma: no cover
    if TYPE_CHECKING: