Initial, probably not working experiment with enabling coverage and quality checks

This commit is contained in:
Trenton H
2025-09-15 16:57:43 -07:00
parent f2ef9af291
commit d8b1bde1c3
2 changed files with 21 additions and 0 deletions

13
sonar-project.properties Normal file
View File

@@ -0,0 +1,13 @@
sonar.projectKey=paperless-ngx_paperless-ngx
sonar.organization=paperless-ngx
# This is the name and version displayed in the SonarCloud UI.
sonar.projectName=paperless-ngx
#sonar.projectVersion=1.0
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
sonar.sources=.
sonar.python.coverage.reportPaths=coverage.xml
sonar.python.version=3.10, 3.11, 3.12, 3.13
sonar.javascript.lcov.reportPaths=./coverage/lcov.info