Skip to content

Commit 0bfa80e

Browse files
committed
[TU-13737] fix sonar-project paths p2
1 parent fa0a37d commit 0bfa80e

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)