You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
293 B
25 lines
293 B
6 years ago
|
[run]
|
||
|
omit =
|
||
|
tests/*
|
||
|
*/test*.py
|
||
|
*/migrations/*
|
||
|
*/wsgi.py
|
||
|
*/apps.py
|
||
|
*_version.py
|
||
|
parallel = true
|
||
|
|
||
|
[paths]
|
||
|
source =
|
||
|
lugito
|
||
|
|
||
|
[report]
|
||
|
precision = 2
|
||
|
include =
|
||
|
lugito/*.py
|
||
|
exclude_lines =
|
||
|
def __str__
|
||
|
pragma: no cover
|
||
|
|
||
|
[html]
|
||
|
directory = coverage_html_report
|