1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-19 10:19:37 +01:00
pywb/.coveragerc

14 lines
169 B
Plaintext
Raw Normal View History

2016-03-09 14:33:11 -08:00
[run]
omit =
*/test/*
*/tests/*
*.html
*.js
*.css
pywb/__init__.py
[report]
exclude_lines =
pragma: no cover
if __name__ == .__main__.: