DEBUG - code coverage will not be imported for the next file outside SonarQube

I am launching Sonar for C # projects. I use Xunit for unit test, and Dot to cover code. When I start the sonar with a network coverage message, I get this error:

DEBUG - code coverage will not be imported for the next file outside SonarQube

Because of this Sonar dashboard, a code coverage report is not displayed.

+4
source share
1 answer

Please check out the official documentation on how to use dotCover with the SonarQube C # plugin and SonarQube MSBuild Runner:

http://docs.sonarqube.org/display/PLUG/C%23+Code+Coverage+Results+Import

. , , , SonarQube: SonarQube .

0

All Articles