mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-19 10:19:37 +01:00
14 lines
169 B
Plaintext
14 lines
169 B
Plaintext
|
[run]
|
||
|
omit =
|
||
|
*/test/*
|
||
|
*/tests/*
|
||
|
*.html
|
||
|
*.js
|
||
|
*.css
|
||
|
pywb/__init__.py
|
||
|
|
||
|
[report]
|
||
|
exclude_lines =
|
||
|
pragma: no cover
|
||
|
if __name__ == .__main__.:
|