Skip to content

Commit d5ffc92

Browse files
committed
CCM-7478: Configure test coverage reporting
1 parent ef66882 commit d5ffc92

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

scripts/config/sonar-scanner.properties

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,14 @@ sonar.language=js,python
66

77
sonar.exclusions=.venv/**,proxies/utils/performance/*
88

9-
#exclude everything from test coverage, this is covered by other tools
9+
#exclude everything from required levels of test coverage, this is covered by other tools
1010
sonar.coverage.exclusions=**/*
1111
sonar.nodejs.executable=/usr/bin/node
1212
sonar.python.version=3.10.8
1313

14+
# Configure test coverage reporting
15+
sonar.javascript.lcov.reportPaths=/usr/src/sandbox/coverage/lcov.info
16+
1417
#exclusion rules for our proxy JS - rhinojs 1.7.12 -https://mozilla.github.io/rhino/compat/engines.html
1518
sonar.issue.ignore.multicriteria=optChain,useLet
1619

0 commit comments

Comments
 (0)