Skip to content

Commit 3370e04

Browse files
authored
Update sonar-project.properties
1 parent a170c57 commit 3370e04

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
sonar.projectKey=PINTUDOS-ARSW_PintudosFront
22
sonar.organization=pintando
33

4-
sonar.sources=.
4+
sonar.sources=src
5+
sonar.tests=src
6+
57
sonar.sourceEncoding=UTF-8
68

9+
sonar.test.inclusions=**/*.test.ts,**/*.test.tsx
710
sonar.javascript.lcov.reportPaths=coverage/lcov.info
11+
sonar.typescript.lcov.reportPaths=coverage/lcov.info

0 commit comments

Comments
 (0)