Closed Caballerog closed 4 years ago
Can i work in this issue?
@oidacra Of course! Any help at all is welcome :) Any ideas on how to implement this?
@oidacra Of course! Any help at all is welcome :) Any ideas on how to implement this?
We can use https://sonarcloud.io/ is free for open-source projects. I used in 2 personal projects.
I've taken a quick quick look at the tool, and it seems very useful. It would avoid us having to install an instance of SonarQube,
Do you know if it could be configured to do the analysis every time we push to master?
For my part, you can start configuring it!
I've taken a quick quick look at the tool, and it seems very useful. It would avoid us having to install an instance of SonarQube,
Do you know if it could be configured to do the analysis every time we push to master?
For my part, you can start configuring it!
Hi, i have the Github Action ready, but i need the configuration of the sonarcloud. I add the badge to readme file.
Is your feature request related to a problem? Please describe. We should use a tool to measure the QA of our code.
Describe the solution you'd like We should integrate in our CI/CD workflow the SonarQube to measure the QA of our project.