Code coverage not displayed on PR decoration

Hi,

I’m facing trouble to display the code coverage (and duplicated code) in my PR decoration.
Note it’s correctly displayed in Sonarcloud (see screenshots below).

My config:

  • Provider: Github
  • CI: CircleCI
  • Sonar version : Sonarcloud
  • Source code language : Kotlin (Android)
  • Code coverage : JaCoCo

From what I see in the screenshot, it looks like there is no new line to cover in the PR (‘0’ value on the 2nd screenshot), which is certainly why you see "No Coverage information" in the GitHub Check (first screenshot).

What are the 3 files changed on this PR?