# Integrating Minitest with Shippable

DevFeed: [Integrating Minitest with Shippable](<https://devfeed.tech/articles/integrating-minitest-with-shippable-37782.md>)

Original publisher: [Read original article](<https://carlosbecker.com/posts/integrating-minitest-with-shippable/>)

Author: Carlos Alexandro Becker

Published: 2015-02-04T00:00:00Z

Content type: tutorial

Language: en

Sources: [Carlos Becker](<https://devfeed.tech/sources/carlos-becker.md>)

Topics: [Testing](<https://devfeed.tech/topics/testing.md>), [CI/CD](<https://devfeed.tech/topics/cicd.md>), [Ruby](<https://devfeed.tech/topics/ruby.md>)

Tags: [continuous-integration](<https://devfeed.tech/tags/continuous-integration.md>), [coverage](<https://devfeed.tech/tags/coverage.md>), [guide](<https://devfeed.tech/tags/guide.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [reports](<https://devfeed.tech/tags/reports.md>), [ruby](<https://devfeed.tech/tags/ruby.md>), [rvm](<https://devfeed.tech/tags/rvm.md>), [setup](<https://devfeed.tech/tags/setup.md>), [testing](<https://devfeed.tech/tags/testing.md>)

## AI overview

A practical guide to integrating Minitest with Shippable, including configuration for test and coverage reports and a workaround for a Ruby compatibility issue involving RVM.

## Source excerpt

I know, everyone uses Travis. I have nothing against it. But in case you want to test and/or use Shippable, this might be just the guide for you. I will also show how to setup those nice tabs with the test and coverage reports.