No commit activity in last 3 years
No release in over 3 years
Simplecov formatter which sends metrics to CoverBoard
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.9

Runtime

~> 0.9
 Project Readme

simplecov-coverboard

Helpling Hackathon project :beer: :pizza: :banana: :monkey:

Build Status

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