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

13 lines
148 B
INI

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