Skip to content

Commit bdf4a2f

Browse files
Ismael Ramosiramos
authored andcommitted
feat(sonar): update sonar coverage configuration
1 parent 1d6972f commit bdf4a2f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

sonar-project.properties

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ sonar.projectVersion=8.0
55
sonar.sourceEncoding=UTF-8
66

77
sonar.sources=src/app
8+
89
sonar.tests=src/app
910
sonar.test.inclusions=**/*.spec.ts
10-
11-
sonar.javascript.coveragePlugin=lcov
12-
sonar.javascript.lcov.reportPaths=coverage/lcov.info
11+
sonar.typescript.lcov.reportPaths=coverage/lcov.info

0 commit comments

Comments
 (0)