README.md in danger-simplecov_json-0.2.1 vs README.md in danger-simplecov_json-0.3.0
- old
+ new
@@ -50,9 +50,17 @@
```ruby
simplecov.report('coverage/coverage.json', sticky: false)
```
+### Individual File coverage
+
+In addition, you can see coverage for the files you've added or modified in git:
+
+```ruby
+simplecov.individual_report('coverage/coverage.json', Dir.pwd)
+```
+
## License
MIT
## Development