You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I first wanted to thank you for providing this plugin! It does exactly what it should.
However, once I import the code coverage report to SonarQube's generic test coverage report path (sonar.coverageReportPaths), it shows the uncovered lines but the code coverage stays at 0%.
Example:
The apex unit tests cover all lines of the SP_Access...cls file except 70-75. This is also shown in SonarQube:
Nevertheless, the Code Coverage for that class is 0%.
Is it a SonarQube configuration issue, or does the code coverage report need to contain all covered lines also?