diff options
author | 2019-08-23 16:40:56 +0200 | |
---|---|---|
committer | 2019-08-23 16:40:56 +0200 | |
commit | a088893e6d68d58c00485a954d762d1d68ac1f03 (patch) | |
tree | 49ecbeb9931720a2aa80c93a74bd5ffea462f905 /.coveragerc | |
parent | Fixing inconsistent indentation style in logs template and logs css (diff) |
Adding staff app to .coveragerc and .dockerignore + updating app locations in dockerignore
Diffstat (limited to '.coveragerc')
-rw-r--r-- | .coveragerc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.coveragerc b/.coveragerc index a2a51727..68f8305a 100644 --- a/.coveragerc +++ b/.coveragerc @@ -5,6 +5,7 @@ source = pydis_site/apps/admin pydis_site/apps/api pydis_site/apps/home + pydis_site/apps/staff pydis_site/apps/wiki omit = */admin.py |