Closed peakwinter closed 7 years ago
@peakwinter I'll try to configure this. Thank you!
@peakwinter I can't add it on Code Climate. We need @manumilou to follow this link: https://github.com/integrations/code-climate as he's the owner/administrator (if I'm correct).
@lingxiaoyang For the main project, that is correct. You can merge this with your own fork, however, and check it out from there, to see if it would be useful to use with the main project.
Changes proposed in this pull request:
Status
Additional notes
Code Climate (https://codeclimate.com/) is a tool for checking the quality of code using a variety of metrics. Rather than just giving a single pass/fail score if the app's tests pass, or giving a percentage number for code coverage, Code Climate also assesses a project's code complexity in general, including duplication of code and style checks. A GPA-like score is then given after each build, and detailed information can be obtained for each file and code block.
I would encourage reviewers to clone this configuration and get started with using Code Climate in their own forks, to check to see if this is a worthy tool to integrate deeper into the project. It could potentially replace Coveralls, integrate checks into Github pull requests, and much more.