blob: f1ec004854fd3882e470e668581f57f6d8b34d60 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[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
|