Use Code Climate with Travis CI
Code Climate is a hosted platform to continuously measure and monitor code quality.
It keeps an eye on your code’s overall quality, but it can also track test coverage. For that purpose, it integrates neatly with Travis CI.
As a Travis CI customer, you get 20% off for your first three months!
Measure Test Coverage with Code Climate #
Test coverage integration can be used on both private and open-source projects, and is free for open source.
Follow their guide on Configuring Test Coverage. In that guide, you’ll find:
- links to parallel tests support setup,
- troubleshooting tips,
- and a sample .travis.yml.
Build Config Reference #
You can find more information on the build config format for Code Climate in our Travis CI Build Config Reference.