Skip to content

OmarSkalli/simplecov-phabricator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages