lib/simplecov_json/plugin.rb in danger-simplecov_json-0.2.0 vs lib/simplecov_json/plugin.rb in danger-simplecov_json-0.2.1

- old
+ new

@@ -6,10 +6,10 @@ # [json formatter](https://github.com/vicentllongo/simplecov-json) so # this plugin can parse it. # # @example Report code coverage # - # simplecov.report_coverage('coverage/coverage.json') + # simplecov.report('coverage/coverage.json') # # @see marcelofabri/danger-simplecov_json # @tags ruby, code-coverage, simplecov # class DangerSimpleCovJson < Plugin