mirror of
https://github.com/django/django.git
synced 2024-11-21 19:09:18 +01:00
17 lines
277 B
INI
17 lines
277 B
INI
[run]
|
|
branch = True
|
|
concurrency = multiprocessing,thread
|
|
data_file = ${RUNTESTS_DIR-.}/.coverages/.coverage
|
|
omit =
|
|
*/django/utils/autoreload.py
|
|
source = django
|
|
|
|
[report]
|
|
ignore_errors = True
|
|
omit =
|
|
*/django/conf/locale/*
|
|
*/tests/*
|
|
|
|
[html]
|
|
directory = coverage_html
|