We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef66882 commit d5ffc92Copy full SHA for d5ffc92
1 file changed
scripts/config/sonar-scanner.properties
@@ -6,11 +6,14 @@ sonar.language=js,python
6
7
sonar.exclusions=.venv/**,proxies/utils/performance/*
8
9
-#exclude everything from test coverage, this is covered by other tools
+#exclude everything from required levels of test coverage, this is covered by other tools
10
sonar.coverage.exclusions=**/*
11
sonar.nodejs.executable=/usr/bin/node
12
sonar.python.version=3.10.8
13
14
+# Configure test coverage reporting
15
+sonar.javascript.lcov.reportPaths=/usr/src/sandbox/coverage/lcov.info
16
+
17
#exclusion rules for our proxy JS - rhinojs 1.7.12 -https://mozilla.github.io/rhino/compat/engines.html
18
sonar.issue.ignore.multicriteria=optChain,useLet
19
0 commit comments