We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63ce8df commit e0a6849Copy full SHA for e0a6849
.sonarcloud.properties
@@ -1,5 +1,5 @@
1
sonar.projectKey=typescript-string-operations
2
-sonar.tests=tests/
+sonar.tests=tests
3
+sonar.test.inclusions=**/*.test.ts
4
sonar.javascript.lcov.reportPaths=./coverage/lcov.info
-sonar.coverage.exclusions=**/tests/
5
sonar.exclusions=node_modules
0 commit comments