From 52d7ae050d32df7ceda6888f8a60590ceb0e37dc Mon Sep 17 00:00:00 2001 From: Leon Sandøy Date: Sat, 22 Aug 2020 03:23:07 +0200 Subject: omit resources.py from coverage reports. I'm not writing the tests for that, it has nothing to do with this branch. --- .coveragerc | 1 + 1 file changed, 1 insertion(+) (limited to '.coveragerc') 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 -- cgit v1.2.3