I have setup dotnet sonarscanner for my opensource project, in the build log it says that it picked up the report:
INFO: Adding this code coverage report to the cache for later reuse: /home/runner/work/UMVC/UMVC/UMVC.Core/./dotCover.Output.html
INFO: Sensor C# Tests Coverage Report Import [csharp] (done) | time=3ms
Hi @Andrei_Epure I have read the trouble shooting guide but is not working the file dotCover.Output.html seems to be uploaded but no coverage is displayed on SonarCloud
Unfortunately the build logs are no longer present. Would it be possible to do another run with verbose logging enabled (/d:“sonar.verbose=true”) and send us the logs? Additionally, could you please share with us the generated coverage file?