aboutsummaryrefslogtreecommitdiffstats
path: root/.coveragerc
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2025-03-27 19:27:37 +0100
committerGravatar Johannes Christ <[email protected]>2025-07-19 21:35:42 +0200
commit0c19201e76d3ce5b48367341640a0ead2aa72030 (patch)
tree51afe01b7ea21cfb5141da3a19467f05c1923d96 /.coveragerc
parentFix newly added lint rules from new ruff version (diff)
Set up forms app with authenticationforms-bootstrap
This begins the work of integrating the forms backend into the site. Changes, until complete, will be merged into the `forms` tracking branch.
Diffstat (limited to '.coveragerc')
-rw-r--r--.coveragerc5
1 files changed, 5 insertions, 0 deletions
diff --git a/.coveragerc b/.coveragerc
index b41a2140..58dad8ac 100644
--- a/.coveragerc
+++ b/.coveragerc
@@ -17,6 +17,11 @@ omit =
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