what is the best way to use code coverage in c# with the new SonarQube 5.1.1 ?
I believe that the previous way with the following settings do not apply no more :
# Gallio
sonar.gallio.mode=
sonar.gallio.installDirectory=C:\Program Files\Gallio
sonar.gallio.runner=Local
sonar.gallio.coverage.tool=OpenCover
sonar.gallio.timeoutMinutes=60
sonar.donet.visualstudio.testProjectPattern=*.Test
#OpenCover
sonar.opencover.installDirectory=C:\Program Files (x86)\OpenCover
thanks in advance.