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.