I have followed the steps which is mentioned in this link https://www.sqlshack.com/sql-unit-testing-with-ssdt-sql-server-data-tools/
But after generating the report from sonarqube it’s showing 0%
Do I need to follow any process.
Hey there.
To import code coverage data about SQL files, any coverage data must be transformed into Generic Coverage Data and imported via sonar.coverageReportPaths
. Off the top of my head, I don’t know any specific integrations with SSDT to convert the report into the right format, but the format is well documented if you need to build your own converter.