deactivated coverage analyzer (#5851)

and cleand up formatting
This commit is contained in:
Matthias Mair 2023-11-03 22:15:33 +01:00 committed by GitHub
parent 30ef4383d1
commit 67b70343c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,9 @@ exclude_patterns = [
"InvenTree/InvenTree/static/**", # Backend: CUI static files
"ci/**", # Backend: CI
"InvenTree/**/migrations/*.py", # Backend: Migration files
"src/frontend/src/locales/**" # Frontend: Translations
]
test_patterns = [
"**/test_*.py",
"**/test.py",
"**/tests.py"
"src/frontend/src/locales/**", # Frontend: Translations
]
test_patterns = ["**/test_*.py", "**/test.py", "**/tests.py"]
[[analyzers]]
@ -34,4 +30,4 @@ name = "docker"
[[analyzers]]
name = "test-coverage"
enabled = true
enabled = false