4

I can't seem to use wildcards to specify a path to my lcov.info file in the SonarQube MSBuild Scanner. e.g.:

/d:sonar.javascript.lcov.reportPath="..\..\build\coverage\lcov\*\lcov.info"

but if I specify the full path, it works:

/d:sonar.javascript.lcov.reportPath="..\..\build\coverage\lcov\Chrome 57.0.2987 (Windows 10 0.0.0)\lcov.info"

This is going to vary depending on what browser is on the build agent!

Any idea how I can get around this?

Pierre-Yves
  • 1,476
  • 10
  • 15
Rodders
  • 2,425
  • 2
  • 20
  • 34

1 Answers1

2

Currently there is no way to do that. I've created this issue to address the problem.

Elena Vilchik
  • 1,085
  • 6
  • 11