Open
Description
Code coverage for Ruby
Implement a code coverage report as part of the testing process. SimpleCov is one option for building a coverage report.
While you can see the coverage report locally, it may be nice to see as part of a PR or on the web. The coverage report can uploaded after the automated testing to a service like Codacy or Code Climate for code analysis and coverage report.