mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 16:12:51 +11:00
16 lines
248 B
Text
16 lines
248 B
Text
[run]
|
|
source = dpaste
|
|
branch = True
|
|
omit =
|
|
dpaste/migrations/*
|
|
dpaste/south_migrations/*
|
|
dpaste/tests/*
|
|
dpaste/settings/*
|
|
|
|
[report]
|
|
exclude_lines =
|
|
pragma: no cover
|
|
def __repr__
|
|
|
|
[html]
|
|
directory = /tmp/coverage_html_report
|