[tool:pytest] testpaths = test [coverage:run] branch = True source = h2 [coverage:report] fail_under = 100 show_missing = True exclude_lines = pragma: no cover assert False, "Should not be reachable" .*:.* # Python \d.* .*:.* # Platform-specific: [coverage:paths] source = src .tox/*/site-packages [egg_info] tag_build = tag_date = 0