mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-09-16 21:55:37 -05:00
26 lines
741 B
Properties
26 lines
741 B
Properties
sonar.projectKey=paperless-ngx_paperless-ngx
|
|
sonar.organization=paperless-ngx
|
|
sonar.projectName=Paperless-ngx
|
|
sonar.projectVersion=1.0
|
|
|
|
# Source and test directories
|
|
sonar.sources=src/,src-ui/src/
|
|
sonar.tests=src/,src-ui/src/
|
|
sonar.test.inclusions=**/test_*.py,**/tests.py,**/*.spec.ts,**/*.test.ts
|
|
|
|
# Language specific settings
|
|
sonar.python.version=3.10,3.11,3.12,3.13
|
|
|
|
# Coverage reports
|
|
sonar.python.coverage.reportPaths=merged-backend-coverage.xml
|
|
sonar.javascript.lcov.reportPaths=coverage/lcov.info
|
|
|
|
# Test execution reports
|
|
sonar.junit.reportPaths=**/junit.xml,**/test-results.xml
|
|
|
|
# Encoding
|
|
sonar.sourceEncoding=UTF-8
|
|
|
|
# Exclusions
|
|
sonar.exclusions=**/migrations/**,**/node_modules/**,**/static/**,**/venv/**,**/.venv/**,**/dist/**
|