Open Nana-EC opened 2 years ago
The default sonar cloud coverage looks at ./coverage/lcov.info, however this is not where the relay and server coverage is created
./coverage/lcov.info
Add a sonar properties file as described at javascript-typescript-test-coverage to point to the correct paths. The below should suffice
sonar.javascript.lcov.reportPaths=./packages/*/coverage/lcov.info
No response
@victor-yanev FYI
Need to check the issue here, coverage numbers seem to be correctly displayed in PR but maybe they aren't going all the way up. Moving to a Low
Problem
The default sonar cloud coverage looks at
./coverage/lcov.info
, however this is not where the relay and server coverage is createdSolution
Add a sonar properties file as described at javascript-typescript-test-coverage to point to the correct paths. The below should suffice
Alternatives
No response