aboutsummaryrefslogtreecommitdiffstats
path: root/.coveragerc
blob: 5d36090c6760a3dbc1e6dd072689ab4c2aad2177 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[run]
branch = true
source =
    admin
    api
    home
    pysite
    wiki
omit =
    */admin.py
    */apps.py
    */urls.py
    pysite/wsgi.py
    pysite/settings.py

[report]
fail_under = 100