mirror of
https://github.com/lubuntu-team/lugito.git
synced 2025-03-10 14:41:09 +00:00
25 lines
293 B
Plaintext
25 lines
293 B
Plaintext
|
[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
|