Skip to content

Stryker4s v0.8.0

Choose a tag to compare

@github-actions github-actions released this 22 May 20:32
312c6d2

We are excited to release Stryker4s v0.8.0. This is the first minor (v0.x.0) release we have done this year πŸŽ†!

The big new feature in town is the test-filter config option, invented and contributed by @CharlesD91. It allows you to filter what tests are run during your mutation testing, which can be useful if you have integration tests in the same project or have some flaky tests. It works for both the sbt and Maven plugin.

A bug that could result in always-survived mutants was also fixed. Mutations that always show up as Survived even though a test fails when you edit the code manually should be Killed now πŸ’€. So another reason to upgrade is that this version might actually increase your mutation score!

πŸš€ Features

πŸ› Bugfixes