aboutsummaryrefslogtreecommitdiffstats
path: root/.coveragerc
blob: b41a21408fc0845ed56343183d8ade7aa7646fa3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[run]
branch = true
source =
    pydis_site
    pydis_site/apps/api
    pydis_site/apps/home
    pydis_site/apps/staff
omit =
    */migrations/*
    */admin.py
    */apps.py
    */urls.py
    pydis_site/apps/api/models/bot/metricity.py
    # GitHub API functions are mocked away
    pydis_site/apps/content/utils.py
    pydis_site/wsgi.py
    pydis_site/settings.py
    pydis_site/utils/resources.py
    pydis_site/apps/home/views.py

[report]
fail_under = 100