dpaste/.coveragerc

18 lines
264 B
Text
Raw Normal View History

2013-11-24 23:56:34 +01:00
[run]
2013-11-25 22:44:36 +01:00
source = dpaste
2013-11-24 23:56:34 +01:00
branch = True
omit =
dpaste/migrations/*
2015-08-12 06:56:34 +02:00
dpaste/south_migrations/*
2013-11-24 23:56:34 +01:00
dpaste/tests/*
2013-11-25 23:30:08 +01:00
dpaste/settings/*
2017-01-20 12:00:53 +01:00
dpaste/wsgi.py
2013-11-24 23:56:34 +01:00
[report]
exclude_lines =
pragma: no cover
def __repr__
2013-11-25 22:44:36 +01:00
[html]
directory = /tmp/coverage_html_report