mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
17 lines
264 B
INI
17 lines
264 B
INI
[run]
|
|
source = dpaste
|
|
branch = True
|
|
omit =
|
|
dpaste/migrations/*
|
|
dpaste/south_migrations/*
|
|
dpaste/tests/*
|
|
dpaste/settings/*
|
|
dpaste/wsgi.py
|
|
|
|
[report]
|
|
exclude_lines =
|
|
pragma: no cover
|
|
def __repr__
|
|
|
|
[html]
|
|
directory = /tmp/coverage_html_report
|