Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.39 KB

code-climate.md

File metadata and controls

32 lines (23 loc) · 1.39 KB
title layout
Use Code Climate with Travis CI
en

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:

Build Config Reference

You can find more information on the build config format for Code Climate in our Travis CI Build Config Reference.