mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-16 11:36:39 +01:00
Omit a few files that don't really make sense to cover at all
This commit is contained in:
parent
22e00a7080
commit
ee2847cfea
2 changed files with 5 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
if __name__ == "__main__": # pragma: nocover
|
if __name__ == "__main__":
|
||||||
|
|
||||||
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "paperless.settings")
|
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "paperless.settings")
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16,3 +16,7 @@ source =
|
||||||
./
|
./
|
||||||
omit =
|
omit =
|
||||||
*/tests/*
|
*/tests/*
|
||||||
|
manage.py
|
||||||
|
paperless/workers.py
|
||||||
|
paperless/wsgi.py
|
||||||
|
paperless/auth.py
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue