Sha256: 893c6d84017ecc8b533d03eaa38f5d17b3fa0327a9992f45de62f80ef14ef819

Contents?: true

Size: 563 Bytes

Versions: 3

Compression:

Stored size: 563 Bytes

Contents

# danger-jacoco

**danger-jacoco** is the [Danger](https://github.com/danger/danger) plugin of 
to validate the code coverage of the files changed

## Installation

```
sudo gem install danger-jacoco
```

## Usage

Add 

```ruby
jacoco.minimum_coverage_percentage=80
jacoco.report "path/to/jacoco.xml"
```

to your `Dangerfile` 

## Development

1. Clone this repo
2. Run `bundle install` to setup dependencies.
3. Run `bundle exec rake spec` to run the tests.
4. Use `bundle exec guard` to automatically have tests run as you make changes.
5. Make your changes.

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
danger-jacoco-0.0.3 README.md
danger-jacoco-0.0.2 README.md
danger-jacoco-0.0.1 README.md