README.md in danger-xccov_summary-0.0.8 vs README.md in danger-xccov_summary-0.0.9

- old
+ new

@@ -9,10 +9,10 @@ ## Usage Simply add `xccov_summary` to your `Dangerfile`. ```ruby -xccov_summary.configure('path/to/buildDirectory') +xccov_summary.configure("/path/to/directory/with/action.xccovreport") xccov_summary.show_coverage ``` And it will look like: To make sure the PR has a minimum amount of coverage call the method. Passing `fail` for `notify_level` will fail the build if coverage doesn't meet the minimum: