Closed MichalKononenko closed 8 years ago
Oh dear, codeclimate doesn't appear to have any code quality tools available for java https://codeclimate.com/engines
It's not a bad platform at all. It's free for open-source projects, but the tradeoff is that we get pushed to the back of the queue. Consequently, I wouldn't recommend setting it up as a required status check. I will, however, link badges and code coverage to the codacy reviews.
Codacy is up and running. Our page is available here.
Wait! We didn't set up code coverage!
Alright, the codacy coverage reporter is kinda broken. It's clear that Codacy went with a multi-language solution to report code coverage, but it's simply not working for me. When I tried to install the codacy coverage reporter, it required jpm as a dependency. That led me to an insecure page. For now, let's go with coveralls or codecov.
Codecov is finally up! SO to @stevepeak for the support. I'm closing this issue now.
Codeclimate has proven to be quite useful for monitoring code coverage and doing static code analysis. I'm going to set this up