diff options
author | 2020-08-22 03:23:07 +0200 | |
---|---|---|
committer | 2020-08-22 03:23:07 +0200 | |
commit | 52d7ae050d32df7ceda6888f8a60590ceb0e37dc (patch) | |
tree | eaad709698a5698ce773962f0e8d275990303f11 | |
parent | Move 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.
-rw-r--r-- | .coveragerc | 1 |
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 |