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 8a9d9fd commit 7375ac0Copy full SHA for 7375ac0
sonar-project.properties
@@ -0,0 +1,11 @@
1
+sonar.projectKey=mulesoft.api-console-api-console
2
+sonar.projectName=API-Console
3
+sonar.projectVersion=1.0.0
4
+sonar.language=js
5
+sonar.sourceEncoding=UTF-8
6
+sonar.sources=src
7
+sonar.exclusions=src/**/*.d.ts
8
+sonar.tests=test
9
+sonar.test.inclusions=**/*.test.js
10
+sonar.javascript.lcov.reportPaths=coverage/lcov.info
11
+sonar.github.repository=mulesoft/api-console
0 commit comments