Skip to content

Stryker4s v0.5.0

Choose a tag to compare

@hugo-vrijswijk hugo-vrijswijk released this 11 Jun 20:23
d9dba38

Stryker4s 0.5.0 introduces two new awesome reporters for you to use! The first is a json reporter, which lets you output mutation run results to a JSON file. The second is a dashboard reporter. This special report allows you to add a cool new mutation score badge to your readme. All you have to do for it is add a secret environment variable to your favourite CI tool. Have a look at the documentation for more details.

Features

  • Add a JSON reporter (#209)
  • Add a dashboard reporter (#210)

Other changes

  • Enabled new compiler options (#214)
  • Update Scalatest to 3.0.8 (#213)
  • Update mockito-scala-scalatest to 1.5.8 (#212)
  • Unify mockito scala usage (#200)