voidcosmos / angular-communities

A list of all the Angular Communities around the world
https://www.angular-communities.com
MIT License
101 stars 38 forks source link

SonarQube Integration #52

Closed Caballerog closed 4 years ago

Caballerog commented 4 years ago

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.

oidacra commented 4 years ago

Can i work in this issue?

NyaGarcia commented 4 years ago

@oidacra Of course! Any help at all is welcome :) Any ideas on how to implement this?

oidacra commented 4 years ago

@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.

Caballerog commented 4 years ago

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!

oidacra commented 4 years ago

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. Screen Shot 2020-06-26 at 1 46 10 AM