Sha256: a4ad785a6325e2600dc6addd12de49139a1a1cb71c256a7fd0a59ae3caa5f55c
Contents?: true
Size: 1000 Bytes
Versions: 1
Compression:
Stored size: 1000 Bytes
Contents
[](https://app.circleci.com/pipelines/github/EdgePetrol/danger-rcov)  # danger-rcov This plugin will provide an interface similar to codecov.  ## Installation $ gem install danger-rcov ## Usage [circleCI] Inside your Dangerfile: ``` # stable branch to check against (default: 'master') # build name (default: 'build') # warning (default: true) markdown rcov.report('master', 'build', true) ``` [Others] Generic ``` # current branch url to coverage.json # stable branch url to coverage.json # warning (default: true) markdown rcov.report_by_urls('http://current_branch/coverage.json', 'http://master_branch/coverage.json', true) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
danger-rcov-2.0.5 | README.md |