1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 16:14:48 +01:00
pywb/.coveragerc
2016-03-12 23:29:23 -08:00

14 lines
161 B
INI

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