aboutsummaryrefslogtreecommitdiffstats
path: root/.coveragerc
blob: 74dbec202f598a0fc22411c5131ae34d8b7535d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[run]
source =
    admin
    api
    home
    pysite
    wiki

omit =
    */apps.py
    pysite/wsgi.py
    pysite/settings.py