Revert "root: fix root dir for coverage"

This reverts commit 4c50769040.
master
Jens Langhammer 2021-07-22 23:52:58 +02:00
parent 4c50769040
commit a8dd846437
1 changed files with 1 additions and 2 deletions

View File

@ -12,7 +12,7 @@ src_paths = ["authentik", "tests", "lifecycle"]
force_to_top = "*"
[tool.coverage.run]
source = ["."]
source = ["authentik"]
relative_files = true
omit = [
"*/asgi.py",
@ -20,7 +20,6 @@ omit = [
"*/migrations/*",
"*/apps.py",
"website/",
"BaseEvalautor"
]
[tool.coverage.report]