Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/.coveragerc
blob: e519f062594986ce7d235d7d5a9c2272594f4e2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[run]
branch = True
omit =
    */django/utils/autoreload.py
source = django

[report]
ignore_errors = True
omit =
    */django/conf/locale/*
    */tests/*

[html]
directory = coverage_html