“There is not enough lines to compute coverage shown” but the PR has added tests which we thought would give us a figure
If it helps, this is my sonar properties
sonar.projectKey=r****
sonar.organization=r*****
sonar.javascript.lcov.reportPaths=coverage/lcov.info,coverage_jest/lcov.info
sonar.sources=app
sonar.tests=tests
First, SonarQube makes a distinction between code and tests. So assuming you’ve configured analysis to recognize everything under tests as test code, then those changes don’t count toward having code changes in the PR.