Hi,
I have noticed that v4 is not showing test coverage when using via Github Actions v4 version. Whereas if i use v3 or v2, its working and showing Test Coverage for Pull request and even for Overall Code.
Hi,
I have noticed that v4 is not showing test coverage when using via Github Actions v4 version. Whereas if i use v3 or v2, its working and showing Test Coverage for Pull request and even for Overall Code.
Hi @YellowDragon,
Could you please share your workflow, as well as the logs of your execution of the Sonar Scanner CLI. It would be great if you could activate debug logs, via the DEBUG=1
environment variable or the -Dsonar.verbose=true
argument.
I suspect the issue is similar to this one.
Thanks,
Antonio
Hi @YellowDragon,
Are you still experiencing the issue?
It would be good to determine whether your issue comes from a “preparation step” in your pipeline, introduced in the past to overcome Docker-related limitations (due to the isolated context where v3
of the GitHub Action was running), or it is something else, that we have to fix in the action itself.
Thanks,
Antonio
Hi
As mentioned by you, i changed the path and now it is working fine.
Hi,
That’s great news, thanks for the feedback!
Antonio
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.