hi
i am new in sonarqube i want to know about configuration Code Coverage via Integration tests and unit test in same project in dotnet env
Hello Mojtaba
welcome to SonarSource community forum.
Your entry point about code coverage for a dotnet project is with this guide: [Coverage & Test Data] Generate Reports for C#, VB.net
If you need to import some tests report that is not supported out of the box by SonarQube, you may read this SonarQube documentation page as well: Generic Test Data
Best regards
Sylvain
Thanks for your answering but i done these stages and these stages for unit tests ok, but i need to coverage my code with Unit test and Integration test same time ,
as long as you generate the coverage report with your integration tests, SQ can import it.
How to generate that is not related to SonarQube , but to the coverage tool you are using.
thanks
Andrei