# danger-shroud Danger plugin for reporting jacoco coverage reports to Danger. ## Usage Methods and attributes from this plugin are available in your `Dangerfile` under the `shroud` namespace. ## Development 1. Clone this repo 2. Run `bundle install` to setup dependencies. 3. Run `bundle exec rake spec` to run the tests. ## TODO - [ ] Write real README - [ ] Add paramater for failing project threshold - [ ] Add paramater for failing modified file threshold - [ ] Add shroud to bridge - [ ] Write tests - [ ] Make public, released as a regular ol' gem