Coverage in SonarQube with a project in Visual Studio

I have a project in Visual Studio, I have the project coverage

At the time of performing the analysis so that it is displayed on the SonarQube portal
Run the following lines

“…\sonar-scanner-msbuild-4.7.1.2311-net46\SonarScanner.MSBuild.exe” begin /k:“testJesusEmmanuel” /d:sonar.host.url=“http://XXXXXXXXX:9000” /d:sonar.login=“af6a0ad1a7139809d80a939b980e3e5c9567544aasa” /d:sonar.cs.vscoveragexml.reportsPaths="…\source\repos\CodeCoverageTest2\target\site\jacoco\pruebas.coveragexml"

“C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\MsBuild.exe” /t:Rebuild

“…\sonar-scanner-msbuild-4.7.1.2311-net46\SonarScanner.MSBuild.exe” end /d:sonar.login=“af6a0ad1a7139809d80a939b980e3e5c9567544aasa”

The analysis does not mark any errors
But it also does not add the percentage of coverage

A post was merged into an existing topic: Coverage in project .NET (Visual Studio)