blob: 58dad8ac357f6cee08de17cc1da0f66027e5fe0e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
[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
# XXX: Will be covered later when FormsUser is used properly.
pydis_site/apps/forms/authentication.py
pydis_site/apps/forms/discord.py
# XXX: Will be tested later
pydis_site/apps/forms/permissions.py
[report]
fail_under = 100
|