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

[report]
fail-under = 100