1
votes

I'm using SonarQube 5.6 for analysing c# legacy application code. I'm able to see data for latest check-in in terms of added LOC, new defects, added technical debt etc. But the "coverage on new code" section shows nothing but dash. I'm using SVN Source control.

How can I enable the "coverage on new code" metric? I'm using dotcover.exe to create coverage.html and this HTML report is getting sent to SonarQube via additional parameters in TeamCity build step.

1
Please edit your question to include details on how you have tried to pass your coverage reports into the analysis. - G. Ann - SonarSource Team
Added details above... - Adi

1 Answers

-1
votes

I´m using git and jacoco for coverage. after activating the SCM in the admin area, I got "coverage on new code"

hope this helps