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