Skip to content

Commit 4e843d2

Browse files
committed
[TU-13737] fix sonar-project paths
1 parent b9e6cc0 commit 4e843d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sonar-project.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ sonar.organization=typeform
33
sonar.projectVersion=dev
44

55
# Define the main source and test directories
6-
sonar.sources=src
7-
sonar.tests=tests
6+
sonar.sources=src/**
7+
sonar.tests=tests/**
88

99
# Exclude specific files or directories from analysis
1010
sonar.exclusions=node_modules/**,dist/**,**/*.spec.ts,**/*.test.ts

0 commit comments

Comments
 (0)