Initial commit with GitLab CI/CD pipeline
This commit is contained in:
21
sonar-project.properties
Normal file
21
sonar-project.properties
Normal file
@@ -0,0 +1,21 @@
|
||||
# Project identification
|
||||
sonar.projectKey=${env.CI_PROJECT_PATH_SLUG}
|
||||
sonar.projectName=${env.CI_PROJECT_NAME}
|
||||
sonar.projectVersion=${env.CI_COMMIT_SHORT_SHA}
|
||||
|
||||
# Source code
|
||||
sonar.sources=src
|
||||
sonar.sourceEncoding=UTF-8
|
||||
|
||||
# Language
|
||||
sonar.language=ts
|
||||
|
||||
# Exclusions
|
||||
sonar.exclusions=**/*.test.ts,**/test/**,**/*.config.*
|
||||
|
||||
# Test files
|
||||
sonar.tests=src
|
||||
sonar.test.inclusions=**/*.test.ts
|
||||
|
||||
# Coverage (if you add coverage in the future)
|
||||
# sonar.javascript.lcov.reportPaths=coverage/lcov.info
|
||||
Reference in New Issue
Block a user