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