aboutsummaryrefslogtreecommitdiffstats
path: root/.coveragerc
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2020-08-22 03:23:07 +0200
committerGravatar Leon Sandøy <[email protected]>2020-08-22 03:23:07 +0200
commit52d7ae050d32df7ceda6888f8a60590ceb0e37dc (patch)
treeeaad709698a5698ce773962f0e8d275990303f11 /.coveragerc
parentMove git SHA fetcher into its own file. (diff)
omit resources.py from coverage reports.
I'm not writing the tests for that, it has nothing to do with this branch.
Diffstat (limited to '.coveragerc')
-rw-r--r--.coveragerc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.coveragerc b/.coveragerc
index a49af74e..f5ddf08d 100644
--- a/.coveragerc
+++ b/.coveragerc
@@ -14,6 +14,7 @@ omit =
*/urls.py
pydis_site/wsgi.py
pydis_site/settings.py
+ pydis_site/utils/resources.py
[report]
fail_under = 100