Skip to content

v2.7.9

Choose a tag to compare

@jonbaldie jonbaldie released this 13 Jul 15:25
· 61 commits to master since this release
a529f0f

This release makes pull-request mutation checks much faster without weakening the full quality gate.

Changed

  • Pull requests now mutate only lines changed by the PR.
  • Pull requests with no mutable changes finish cleanly without running mutants.
  • Code-related pushes to master still run the full-tree mutation gate.
  • Documentation-only pushes to master no longer start a full mutation run.

The first PR mutation job completed in 52 seconds instead of about 10 minutes. The post-merge full-tree gate passed at 81.59% MSI and 87.18% covered-code MSI.