dpaste/.coveragerc

17 lines
248 B
Text
Raw Permalink Normal View History

2013-11-25 09:56:34 +11:00
[run]
2013-11-26 08:44:36 +11:00
source = dpaste
2013-11-25 09:56:34 +11:00
branch = True
omit =
dpaste/migrations/*
2015-08-12 14:56:34 +10:00
dpaste/south_migrations/*
2013-11-25 09:56:34 +11:00
dpaste/tests/*
2013-11-26 09:30:08 +11:00
dpaste/settings/*
2013-11-25 09:56:34 +11:00
[report]
exclude_lines =
pragma: no cover
def __repr__
2013-11-26 08:44:36 +11:00
[html]
directory = /tmp/coverage_html_report