Added Sonar workflow
This commit is contained in:
parent
866155e25e
commit
61184f57a5
3 changed files with 33 additions and 0 deletions
12
sonar-project.properties
Normal file
12
sonar-project.properties
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
sonar.projectKey=lburcusel_glowing-fiesta
|
||||
sonar.organization=lburcusel
|
||||
|
||||
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/**/*.spec.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
|
||||
Loading…
Add table
Add a link
Reference in a new issue