-
Notifications
You must be signed in to change notification settings - Fork 143
Troubleshooting code coverage
Andrei Epure edited this page Feb 9, 2021
·
5 revisions
- [Coverage & Test Data] Generate Reports for C#, VB.net - get up to speed on how to import code coverage for your .NET project.
- [Coverage] Troubleshooting guide for .NET code coverage import - the most frequent problems regarding code coverage import, each with suggested solutions.
Problem: code coverage is correctly configured for a .NET Core project, the scanner finds and processes the coverage reports, but no coverage information is shown in SonarQube/SonarCloud.
-
VSTest issue 800: Code coverage requires DebugType full. Check that the
DebugType
property is set toFull
in the project file.