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

[report]
fail_under = 100