Include hidden files and change coverage to relative

This commit is contained in:
Trenton H
2025-09-18 08:55:34 -07:00
parent 52bf66781e
commit 30455d16bf
2 changed files with 4 additions and 2 deletions

View File

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