Helpling Hackathon project :beer: :pizza: :banana: :monkey:
simplecov-coverboard is a SimpleCov::Formatter which sends your code coverage metrics. You can see the metrics on the CoverBoard project dashboard.
gem 'simplecov'
gem 'simplecov-coverboard', git: https://github.com/coverboard/simplecov-coverboard
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
After running your tests check the charts https://aqueous-forest-2696.herokuapp.com/?project=demo
- fork the repository
- create a PR