Thanks for your reply. I compared the successful log runs and failed log runs on Github Actions, they don’t differ in any way, so it caused me some confusion
I am facing the exact same issue for all of my python repositories. The code coverage info is missing from the Pull Requests. It was working before and no change was made to the configuration.
I also checked the scanner logs from before/after this issue started happening and there is no error or difference I could find.
@shijigopinathan Sorry for the late reply, I’m having the same problem as you, but I used a small trick which is to add a new line of code to analyze coverage
=> SonarCloud will analyze that new part of your code. At the same time, display both coverage for new code and coverage for the entire code
Although it is only a temporary solution, I hope my answer is useful to you
Good catch. I was configuring Jacoco coverage for a Java project for first time and spent half a day figuring this out.
This issue is marked under JS/TS section but this is an issue for Java and I am assuming for every other language as well.
We would also appreciate if a possible timeline/fix date could be provided.
Thanks.