aboutsummaryrefslogtreecommitdiffstats
path: root/.coveragerc
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2023-03-29 00:58:27 +0200
committerGravatar Johannes Christ <[email protected]>2023-03-29 20:15:50 +0200
commit621280892b96875beb5053cbd07a837f1833310a (patch)
treef2371b7174082baac0b8d07abe1b295abc2fca51 /.coveragerc
parentMerge pull request #920 from python-discord/dependabot/pip/django-filter-23.1 (diff)
Add a readme for the home app
This commit also moves the nested structures for models and views in the home app into a single module, as they were not split up as part of the subpackage, with the goal of making this a bit more overseeable. Part of #674.
Diffstat (limited to '.coveragerc')
-rw-r--r--.coveragerc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.coveragerc b/.coveragerc
index 039654db..38926b22 100644
--- a/.coveragerc
+++ b/.coveragerc
@@ -14,7 +14,7 @@ omit =
pydis_site/wsgi.py
pydis_site/settings.py
pydis_site/utils/resources.py
- pydis_site/apps/home/views/home.py
+ pydis_site/apps/home/views.py
[report]
fail_under = 100