cake-contrib / Cake.Sonar

:cake: :jigsaw: Cake addin to execute the MSBuild scanner for SonarQube in Cake builds
https://cakebuild.net/extensions/cake-sonar/
MIT License
31 stars 24 forks source link

Missing property for OpenCoverReportsPath in a "non C#" case #81

Closed lol987lol closed 5 years ago

lol987lol commented 5 years ago

If we want to push our code-coverage up to SonarQube we will be not able to push the VB results.

In that specific case there is no existing Property: "sonar.cs.vscoveragexml.reportsPaths" becomes "sonar.vbnet.vscoveragexml.reportsPaths"

tomstaijen commented 5 years ago

Thanks!