SimpleCov v0.20.0 Release Notes

Release Date: 2020-11-29 // over 3 years ago
  • 🚀 The "JSON formatter" release. Starting now a JSON formatter is included by default in the release. This is mostly done for Code Climate reasons, you can find more details in this issue.
    0️⃣ Shipping with so much by default is sub-optimal, we know. It's the long term plan to also provide simplecov-core without the HTML or JSON formatters for those who don't need them/for other formatters to rely on.

    ✨ Enhancements

    • simplecov_json_formatter included by default (docs), this should enable the Code Climate test reporter to work again once it's updated
    • invalidate internal cache after switching SimpleCov.root, should help with some bugs