Venkatanag
(venkata nagaraju)
August 8, 2024, 10:01am
1
Operating system: Windows 11
Visual Studio version: Visual studio 2019
SonarLint plugin version: No
Programming language you’re coding in: C#
Is connected mode used: Yes
Connected to SonarCloud or SonarQube (and which version): Developer Edition
Version 9.1
we purchase the license for the 9.1 Developer Edition version.
We are currently using OpenCover.exe to generate the Code Coverage Reports in SonarQube. and our code is developed using c#.net.
Can you suggest any documents or links to utilize Open Cover as Code Coverage report generator instead of Jacoco plugin.
Hi @Venkatanag ,
You will surely find what you are looking for in .Net code coverage documentation
Abdel
Colin
(Colin)
August 9, 2024, 6:26am
3
Your version is also past EOL. You should upgrade to either the latest version or the current LTA (long-term active version) at your earliest convenience. Your upgrade path is:
9.1 → 9.9.6 → 10.6 (last step optional)
You may find these resources helpful:
1 Like
Colin
(Colin)
August 9, 2024, 6:27am
4
If you still run into issues, make sure you come back with the right logs!
When coverage data isn’t appearing as expected in SonarQube Server / Community Build or SonarQube Cloud, the first place you should look is the scanner logs.
Where do I find the scanner logs?
This will likely be broken out into its own guide soon
The Scanner logs are the output of executing one of the scanners , either directly or wrapped by one of many integrations, such as the SonarScanner for Jenkins , SonarScanner for Azure DevOps , SonarQube /SonarCloud GitHub Actions or SonarQube /…