Where to Find Documentation On SonarLint

Please provide

  • Operating system: Windows 10
  • SonarLint plugin version: Latest from today
  • Programming language you’re coding in: C#
  • Is connected mode used:
    • Connected to SonarCloud or SonarQube (and which version): SonarCloud

And a thorough description of the problem / question:
Where can I find documentation on how to determine the code coverage on only the new lines of code using Sonar Lint? I would like to see the value before commiting the code.

Hey there.

SonarLint doesn’t support Code Coverage – you might be able to find other IDE integrations from your coverage tool that show covered/uncovered lines, but SonarLint won’t get you there.

Thank you