In some cases, the reports generated for code coverage are not updated in SonarCloud. It may happen that you can see a Warning in the application saying something like:
Shallow clone detected during the analysis. Some files will miss SCM information. This will affect features like auto-assignment of issues. Please configure your build to disable shallow clone.
In some cases, the reports generated for code coverage are not updated in SonarCloud. It may happen that you can see a Warning in the application saying something like:
Looking at this question in Stackoverflow, a solution seems to be to add the following line:
We had that issue in lomap_0 and we solved it here