Trying to reproduce the steps that a TFS agent perform with the SonarQube Scanner for MSBuild.
I am not able to locate where the Agent injects the name of the coverage results file. The documentation states that a coverage file should be parsed to an xml file, but digging into the powershell at the SonarQubePostTest task there is no call to codecoverage.exe, neither a setting to the sonar.cs.vscoveragexml.reportsPaths
variable.
How TFS 2015 agent assign coverage results to SonarQube Scanner for MSBuild in order to manually reproduce the call of the agent?
P.S. I am using vNext build definition, it is the compilation of some c# dll projects, after the build, then a set of test run using VS test.