Sha256: 9d9441e24bb059c1d727e32d6fc448029b92d0ba3f24991b88e141cba7139a10
Contents?: true
Size: 1.14 KB
Versions: 2
Compression:
Stored size: 1.14 KB
Contents
simplecov-coverboard ===================== Helpling Hackathon project :beer: :pizza: :banana: :monkey: [![Build Status](https://travis-ci.org/Coverboard/simplecov-coverboard.svg)](https://travis-ci.org/Coverboard/simplecov-coverboard) ## What? *simplecov-coverboard* is a SimpleCov::Formatter which sends your code coverage metrics. You can see the metrics on the CoverBoard project dashboard. ## How to install ### Add required gems to your Gemfile ``` gem 'simplecov' gem 'simplecov-coverboard', git: https://github.com/coverboard/simplecov-coverboard ``` ### Configure your project Create a file which will contain the uid of your project: .coverboard.yml ``` coverboard: uid: 'demo' ``` Set the default SimpleCov formatter ``` SimpleCov.formatter = SimpleCov::Formatter::CoverBoardFormatter ``` ### Check the charts After running your tests check the charts https://aqueous-forest-2696.herokuapp.com/?project=demo ## Contribution - fork the repository - create a PR ## About the author * [Lautaro](https://www.github.com/lautaro-mazzitelli-helpling) * [MichaĆ](https://www.github.com/mfranczakhelpling) * [Yair](https://github.com/yair-helpling)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
simplecov-coverboard-0.1.1 | README.md |
simplecov-coverboard-0.1.0 | README.md |