-
-
Notifications
You must be signed in to change notification settings - Fork 140
Expand file tree
/
Copy path.coveragerc
More file actions
27 lines (26 loc) · 681 Bytes
/
.coveragerc
File metadata and controls
27 lines (26 loc) · 681 Bytes
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