containers / podman-desktop

Podman Desktop - A graphical tool for developing on containers and Kubernetes
https://podman-desktop.io
Apache License 2.0
4.4k stars 281 forks source link

Include Sonar cloud report with code coverage into PR check workflow #1683

Open odockal opened 1 year ago

odockal commented 1 year ago

Is your feature request related to a problem? Please describe

Increase code quality by adding code coverage reporting within PR check workflow.

Describe the solution you'd like

Add sonar cloud report with code coverage into PR check workflow.

Describe alternatives you've considered

No response

Additional context

No response

veillard commented 1 year ago

Isn't this done ? I'm seeing "Code scanning results / SonarCloud" result in another PR

benoitf commented 1 year ago

We introduced static analysis by SonarCloud (this is what we currently see) some time ago but we're not yet uploading code coverage/test results to SonarCloud

veillard commented 1 year ago

https://sonarcloud.io/project/overview?id=containers_podman-desktop that looks done, can we close this ?

benoitf commented 1 year ago

It is missing the code coverage AFAIK