I am evaluating SonarCloud as an option to CodeClimate now. One particular feature that my team really loves is the Global Project Score (GPA) which serves a good indicator on the code quality. Is there such feature in the managed SonarCloud? If so, could anyone please guide me to a document how to enable that?
You can find more information about the high-level features here.
In general, we use a Quality Gate to indicate whether or not your project adheres to your quality & security requirements. By default it consists of the following metrics on your new code:
Could you provide more insights into how you are using this score?
Q: Is there any documentation on how to build 3rd party plugin for the SonarCloud? I am thinking of generating this scoring myself.
There is no direct plugin system for SonarCloud, but you can use the API to gather all the data and calculate the metrics that you need. You can find more information here: SonarCloud .