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