glowing-fiesta/sonar-project.properties
Liviu Burcusel 30a89d6662
All checks were successful
Production Build and Deploy / Build (push) Successful in 1m11s
Production Build and Deploy / Deploy (push) Successful in 7s
Moved to Forgejo infrastructure
2025-12-15 12:30:20 +01:00

13 lines
538 B
Properties

# sonar.projectKey=lburcusel_glowing-fiesta
# sonar.organization=lburcusel
sonar.projectKey=GF
sonar.projectName=Glowing Fiesta
sonar.projectVersion=1.0.0
sonar.sourceEncoding=UTF-8
sonar.sources=app, tests
sonar.inclusions=app/**/*.ts, app/**/*.js, app/**/*.vue, app/**/*.css, app/**/*.scss, tests/**/*.test.ts
sonar.exclusions=**/node_modules/**, **/coverage/**, *.config.ts
sonar.coverage.exclusions=tests/**, *.config.ts
sonar.javascript.lcov.reportPaths=coverage/lcov.info
# sonar.testExecutionReportPaths=coverage/sonar-report.xml