Kaydet (Commit) 4202959b authored tarafından Markus Holtermann's avatar Markus Holtermann

Improved coverage configuration

By providing a .coveragerc file with all default settings, users only
have to execute "coverage run ./runtests.py" without the need to specify
all the possible flags. The same applies to "coverage html" and
"coverage xml".
üst 7bb7670e
[run]
omit = */django/contrib/*/tests*,*/django/utils/autoreload.py
branch = True
omit =
*/django/utils/autoreload.py
parallel = True
source = django
[report]
ignore_errors = True
omit =
*/django/conf/locale/*
*/tests/*
[html]
directory = coverage_html
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment