v2.7.9
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
masterstill run the full-tree mutation gate. - Documentation-only pushes to
masterno 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.