SimpleCov v0.17.0 Release Notes

Release Date: 2019-07-02 // almost 5 years ago
  • ๐Ÿ›  Maintenance release with nice convenience features and important bugfixes. ๐Ÿš€ Notably this will be the last release to support ruby versions that have reached their end of life. Moving forward official CRuby support will be 2.4+ and JRuby support will be 9.2+. Older versions might still work but no guarantees.

    โœจ Enhancements

    • ๐Ÿ‘€ Per default filter hidden files and folders. See #721 (thanks Renuo AG)
    • ๐Ÿ— Print the exit status explicitly when it's not a successful build so it's easier figure out SimpleCov failed the build in the output. See #688 (thanks @daemonsy)

    ๐Ÿ›  Bugfixes

    • Avoid a premature failure exit code when setting minimum_coverage in combination with using parallel_tests. See #706 (thanks @f1sherman)
    • ๐Ÿ‘€ Project roots with special characters no longer cause crashes. See #717 (thanks @deivid-rodriguez)
    • ๐Ÿ‘€ Avoid continously overriding test results with manual ResultMergere.store_results usage. See #674 (thanks @tomeon)