Chore: Enable SonarQube scanning (#10904)

---------

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
Trenton H
2025-09-22 12:53:32 -07:00
committed by GitHub
parent c8850fa752
commit 8d1f23e9d6
3 changed files with 116 additions and 0 deletions

View File

@@ -255,6 +255,7 @@ PAPERLESS_DISABLE_DBHANDLER = "true"
PAPERLESS_CACHE_BACKEND = "django.core.cache.backends.locmem.LocMemCache"
[tool.coverage.run]
relative_files = true
source = [
"src/",
]