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)