OmarSkalli / simplecov-phabricator

A Simplecov Phabricator Formatter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simplecov Phabricator Formatter

The target of this formatter is Phabricator compliant code coverage report. More details at: secure.phabricator.com/book/phabricator/article/arcanist_coverage/

Install

gem install simplecov-phabricator

Usage

Add the gem to the Gemfile preferably in the group test:

gem 'simplecov', require: false
gem 'simplecov-phabricator', require: false

Enable formatter:

require 'simplecov'
require 'simplecov-phabricator'
SimpleCov.formatter = SimpleCov::Formatter::PhabricatorFormatter

About

A Simplecov Phabricator Formatter


Languages

Language:Ruby 100.0%