TSQL code coverage for azure devops

Must-share information (formatted with Markdown):

  • which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension) 8.9.6
    Unit tests/coverage for TSQL
    Hi,
    I’m looking for any available documentation to configure coverage for azure devops. Can you please advise. Thank you

Hi,

Based on the docs it doesn’t look like we support any specific coverage provider for T-SQL. What you’ll need to do is get your report converted to the Generic Test Data format. Then you’ll be able to import it with the sonar.coverageReportPaths analysis parameter, which you should be able to configure into your ADO script / build step.

 
HTH,
Ann