Sha256: 145f469e03284b1addc8c4e0390d56f2382a6cf74de255132fa8d59d062a8239
Contents?: true
Size: 1.07 KB
Versions: 1
Compression:
Stored size: 1.07 KB
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 Inside your Dangerfile: ``` markdown rcov.report( current_url: "https://circleci.com/api/v1.1/project/github/#{ENV['CIRCLE_PROJECT_USERNAME']}/#{ENV['CIRCLE_PROJECT_REPONAME']}/#{ENV['CIRCLE_BUILD_NUM']}/artifacts?circle-token=#{ENV['CIRCLE_TOKEN']}", master_url: "https://circleci.com/api/v1.1/project/github/#{ENV['CIRCLE_PROJECT_USERNAME']}/#{ENV['CIRCLE_PROJECT_REPONAME']}/latest/artifacts?circle-token=#{ENV['CIRCLE_TOKEN']}&branch=master", warning: true # this will warn when the code coverage decrease! ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
danger-rcov-2.0.3 | README.md |