Loading repository data…
Loading repository data…
grodowski / repository
Pronto runner for Undercover, actionable code coverage
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Pronto runner for Undercover, an actionable code coverage tool. What is Pronto?
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.
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.
Available options:
# .pronto.yml
runners:
# ...other runners
- undercover
# ...other configuration
pronto-undercover:
path: path/to/project
simplecov: path/to/project/coverage.json
include-files: lib/**/*.rb,app/**/*.rb
exclude-files: db/*,spec/*
lcov: path/to/project/coverage/report.lcov
ruby-syntax: ruby34
The gem is available as open source under the terms of the MIT License.