Want test coverage for your tests?
Integrating Code Climate's test coverage reporting with your test suite on Travis CI allows to track changes in coverage over time. If you haven't tried it out already, sign up today to improve your code's quality. New customers get 20% off for the first three months!
It only takes a few steps, once you've set up your project:
gem "codeclimate-test-reporter", group: :test, require: nil
require "codeclimate-test-reporter" CodeClimate::TestReporter.start
addons: code_climate: repo_token: adf08323...