Stryker4s v0.7.0 Release Notes

Release Date: 2019-12-01 // over 4 years ago
  • ๐Ÿš€ We are excited to release Stryker4s 0.7.0. This release adds a couple of cool new features. Mainly, it improves the dashboard reporter to upload your full HTML report to the Stryker dashboard. The dashboard reporter now also supports GitHub actions.

    ๐Ÿ”ง We'll now also let you know about any unused configuration keys in your stryker4s.conf. This hopefully helps you keep your configuration clean and might let you know of any breaking configuration changes we've made. Thank you @scubamaggo for this one!

    ๐Ÿ“ฆ Lastly, we now use the Stryker-independent mutation-testing-metrics library. This is a cool new little library that anyone can use to calculate metrics about their mutation testing results. It works with the mutation testing report JSON schema and is published for pretty much any Scala target we can think of! Go check it out if you want to work with mutation testing JSON results!

    ๐Ÿฑ ๐Ÿš€ Features

    ๐Ÿšง ๐Ÿงฐ Maintenance