[run]
branch = True
source = h2

[report]
fail_under = 100
show_missing = True
exclude_lines =
    pragma: no cover
    .*:.* # Python \d.*
    assert False, "Should not be reachable"
    .*:.* # Platform-specific:

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