Skip to content

dependencies: bump simplecov from 0.19.1 to 0.20.0

George Koltsov requested to merge dependabot-bundler-simplecov-0.20.0 into master

Bumps simplecov from 0.19.1 to 0.20.0.

Release notes

Sourced from simplecov's releases.

v0.20.0

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. 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
Changelog

Sourced from simplecov's changelog.

0.20.0 (2020-11-29)

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. 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
Commits
  • 54ce47a prep 0.20.0 release
  • e68043d Improve performance of lines classifier
  • 70bc4b7 Improve performance by removing !! checking bool
  • aa64b87 Minor fixups in test code
  • 2226051 Add feature tests for JSON formatter
  • a5d2871 Add documentation for JSON formatter
  • cc4f710 Add ability to set formatters using an env var
  • d101d5f Invalidate coverage_path cache for updating root
  • cc288ef Some minor gem updates
  • bfc12f8 Clarify when to require simplecov for acceptance testing
  • Additional commits viewable in compare view

Merge request reports