I have issues seeing details of the code analysis in SonarCloud.
What I have working is a .Net Core application with Coverlet. I do see that the results are uploaded and the coverage shows. However, I don't get to see a dashboard, the tab 'code' doesn't show code and Measures doesn't give detailed information either.
My Github project is linked and as I can see, the results are uploaded. I wondered why I can't see the code and detailed coverage. I'm not familiar with .NET code and SonarQube was already installed at other projects, so I wondered if I am forgetting something. I get to see the results for both PR builds as for the specific branch.
So my question is how to see the details. Could it be that it only shows on the master branch once I have merged?
This is a .NET Core project. I have the same issue with a .NET Framework application.