.coveragerc (363B)
1 [run] 2 branch = True 3 parallel = True 4 omit = 5 html5lib/* 6 py/* 7 pytest/* 8 pywebsocket/* 9 six/* 10 webdriver/* 11 */site-packages/* 12 */lib_pypy/* 13 wpt/* 14 wptrunner/* 15 */tests/* 16 quic/* 17 18 [paths] 19 html5lib = 20 html5lib/html5lib 21 .tox/**/site-packages/html5lib 22 23 pytest = 24 pytest/_pytest 25 .tox/**/site-packages/_pytest 26 27 py = 28 py/py 29 .tox/**/site-packages/py