Skip to content

Commit 41c57a5

Browse files
committed
reconfigure sonar paths
1 parent faa7816 commit 41c57a5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

sonar-project.properties

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ sonar.projectKey=dauxio_daux.io
22
sonar.organization=daux
33
sonar.projectName=Daux.io
44

5-
sonar.sources=.
6-
sonar.exclusions=vendor/**,tests/**,docs/**,daux_libraries/**
7-
sonar.test.inclusions=tests/**
5+
sonar.sources=libs/,src/
6+
sonar.tests=tests/
87

98
sonar.php.coverage.reportPaths=coverage.xml
109
sonar.php.tests.reportPath=test-report.xml

0 commit comments

Comments
 (0)