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
Hi,
I have been trying to publish cobertura coverage report for a typescript project to SonarQube. However, SonarQube is not picking up the cobertura report.
Below is the configuration I have used in sonar-project.js file.
'sonar.dynamicAnalysis' : 'reuseReports',
'sonar.cobertura.reportPath' : ''
SonarQube displays the coverage as 0.
If I configure lcov report path, it works fine.
Does sonar cobertura plugin support publishing cobertura coverage report for typescript project?
The text was updated successfully, but these errors were encountered:
I am not a typescript specialist, however I will try to help you. As far as I can see you didn't specify a path of the report, so my question is where is your coverage file generated is located?
Hi,
I have been trying to publish cobertura coverage report for a typescript project to SonarQube. However, SonarQube is not picking up the cobertura report.
Below is the configuration I have used in sonar-project.js file.
'sonar.dynamicAnalysis' : 'reuseReports',
'sonar.cobertura.reportPath' : ''
SonarQube displays the coverage as 0.
If I configure lcov report path, it works fine.
Does sonar cobertura plugin support publishing cobertura coverage report for typescript project?
The text was updated successfully, but these errors were encountered: