Commit 4202959b authored by Markus Holtermann's avatar Markus Holtermann
Browse files

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".
parent 7bb7670e
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
[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