SimpleCov v0.18.3 Release Notes

Release Date: 2020-02-23 // about 4 years ago
  • ๐Ÿ›  Small bugfix release. It's especially recommended to upgrade simplecov-html as well because of bugs in the 0.12.0 release.

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fix a regression related to file encodings as special characters were missing. Furthermore we now respect the magic # encoding: ... comment and read files in the right encoding. Thanks (@Tietew) - see #866
    • ๐Ÿ‘€ Use Minitest.after_run hook to trigger post-run hooks if Minitest is present. See #756 and #855 thanks (@adam12)