# .NET test coverage

SonarQube supports the reporting of test coverage information as part of the analysis of your .NET project.

However, SonarQube does not generate the coverage report itself. Instead, you must set up a third-party tool to produce the report as part of your build process. Please have a look at the [dotnet-test-coverage](https://docs.sonarsource.com/sonarqube-server/10.7/analyzing-source-code/test-coverage/dotnet-test-coverage "mention") page for the specific details.
