- ALM used (GitHub, Bitbucket Cloud, Azure DevOps)
- CI system used: Circle CI
- orb: sonarsource/sonarcloud@2.0.0
- Languages of the repository: Swift
Hello,
I was observing some discrepancies between SonarQube cloud > Overview > Last Activity and the PR Summary.
Case 1
For example, if I didn’t modify any executable lines in my project, the Last Activity reports a decrease of 0.1% in coverage:
Last Activity
PR Summary
Case 2
Additionally, if I modify my code without covering it with tests, I observe that the coverage in the Last Activity becomes equal to +60%:
Last Activity
PR Summary
Case 3
Another thing that I saw was in another PR, the coverage is 91.2% and the estimated coverage after merge is 85.6%. However, the Last Activity show a decrease in coverage of 0.2%.
Last Activity
PR Summary
This could be related to: