1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00
pywb/.coveragerc
Ilya Kreymer 478600716d urllib3: use version from requests
coverage: use gevent concurrency
2017-04-24 16:32:23 -07:00

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__.: