Sha256: 0e3e6937fe25a4426942341cec619179333ba8f17b862a63c5c1131326327dfc

Contents?: true

Size: 822 Bytes

Versions: 8

Compression:

Stored size: 822 Bytes

Contents

# danger-rcov

This plugin will provide an interface similar to codecov.

![Screenshot 2020-06-08 at 22 24 18](https://user-images.githubusercontent.com/756762/84170757-e2b8a700-aa71-11ea-8573-da077ec07267.png)



## 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

8 entries across 8 versions & 1 rubygems

Version Path
danger-rcov-2.0.2 README.md
danger-rcov-2.0.1 README.md
danger-rcov-1.0.5 README.md
danger-rcov-1.0.4 README.md
danger-rcov-1.0.3 README.md
danger-rcov-1.0.2 README.md
danger-rcov-1.0.1 README.md
danger-rcov-1.0.0 README.md