Hello All,
Was anyone able to implement the TSQL code coverage successfully on SonarQube. We are getting 0.0% coverage for SQL/TSQL.
This has been an issue for us for really long time.
Thanks in advance.
Hello All,
Was anyone able to implement the TSQL code coverage successfully on SonarQube. We are getting 0.0% coverage for SQL/TSQL.
This has been an issue for us for really long time.
Thanks in advance.
Hi @neet.neet14,
There’s no native format for T-SQL coverage import built into SonarQube. You’ll need to convert your coverage data to the Generic format and import using sonar.coverageReportPaths
.
Regards,
Cameron.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.