Skip to content

Commit e6721d0

Browse files
lserra-iovalexjavabraz
authored andcommitted
Fix sonar analysis scope
1 parent d8e7143 commit e6721d0

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
@@ -1,7 +1,6 @@
11
sonar.projectKey=rsksmart_2wp-api
22
sonar.organization=rsksmart
33
sonar.sources=src/
4-
sonar.tests=src/
5-
sonar.exclusions=src/__tests__/
6-
sonar.test.inclusions=src/__tests__/
4+
sonar.tests=src/__tests__/
5+
sonar.exclusions=src/__tests__/**
76
sonar.javascript.lcov.reportPaths=coverage/lcov.info

0 commit comments

Comments
 (0)