Skip to content

Commit 2b453df

Browse files
author
Umutcan ÖNER
committed
ci: add SonarQube integration to CI workflow
- Add SonarQube job to build.yml workflow for code quality analysis - Update workflow triggers to include push events on develop branch - Update sonar-project.properties with new organization and project key - Fix sonar.tests configuration by removing wildcards and specifying exact test directories
1 parent 5c896b4 commit 2b453df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sonar.projectVersion=0.9.0
1111

1212
# Source code configuration
1313
sonar.sources=apps,packages,registry
14-
sonar.tests=apps/**/__tests__,packages/**/__tests__,e2e
14+
sonar.tests=apps/api/__tests__,apps/app/__tests__
1515

1616
# Language-specific settings
1717
sonar.javascript.lcov.reportPaths=coverage/lcov.info

0 commit comments

Comments
 (0)