1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-14 15:53:28 +01:00
pywb/.coveragerc

19 lines
268 B
Plaintext
Raw Normal View History

2014-02-24 23:43:32 -08:00
[run]
concurrency = gevent
source = codecov
branch = True
omit =
2014-02-24 23:43:32 -08:00
*/test/*
*/tests/*
*.html
*.js
*.css
pywb/__init__.py
2014-02-24 23:43:32 -08:00
[report]
exclude_lines =
pragma: no cover
2014-02-24 23:43:32 -08:00
if __name__ == .__main__.:
def __repr__
raise NotImplementedError