misteral / pronto-undercover

Pronto runner for Undercover, actionable code coverage

Home Page:https://github.com/grodowski/undercover

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Pronto::Undercover

Pronto runner for Undercover, an actionable code coverage tool. What is Pronto?

Installation

Add this line to your application's Gemfile

gem 'pronto-undercover'

or install the gem with

gem install pronto-undercover

Once installed, pronto run will include undercover warnings. You can verify the install by running pronto list.

Configuring

pronto-undercover stores options passed to undercover in .pronto.yml. Please note that --git-dir and --compare options are not available, because pronto-undercover uses Pronto::Git instead of undercover's implementation.

min-coverage: Minimum coverage for coverage:, not raise warning if more than it.

Available options:

# .pronto.yml
# ...other configuration
pronto-undercover:
  path: path/to/project
  lcov: path/to/project/coverage/report.lcov
  ruby-syntax: ruby19
  min-coverage: 1

License

The gem is available as open source under the terms of the MIT License.

About

Pronto runner for Undercover, actionable code coverage

https://github.com/grodowski/undercover

License:MIT License


Languages

Language:Ruby 100.0%