Skip to content

v2.7.7

Choose a tag to compare

@jonbaldie jonbaldie released this 13 Jul 14:51
· 77 commits to main since this release
5e268a0

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 main still run the full-tree mutation gate.
  • Documentation-only pushes to main no longer start a full mutation run.

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