1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00
pywb/.coveragerc
Ilya Kreymer 202f6101e0 coverage work! add additional test for wsgi_wrappers
additional test for zipnum bad location
for now, not testing cli interfaces which depend on opt params
2014-03-04 16:13:49 -08:00

13 lines
149 B
INI

[run]
omit =
*/test/*
*/tests/*
*.html
*.js
*.css
[report]
exclude_lines =
pragma: no cover
if __name__ == .__main__.: