chore(deps-dev): bump infection/infection to ^0.34#58
Conversation
0.x major bump of the mutation-testing dev tool. require-dev only, so invisible to consumers; composer.lock is untracked. Verified locally: `make infection` green on 0.34.0 (MSI floor 75 met). The only 0.34 CLI change (deprecated --filter flag) is not used by the make target.
Codecov ReportCaution This repository is currently using the Sentry GitHub App to receive Codecov PR comments. This integration will be deprecated on July 8, 2026. Please install the Codecov GitHub App to continue receiving coverage reports on your pull requests. 📢 Thoughts on this report? Let us know! |
Up to standards ✅🟢 Issues
|
There was a problem hiding this comment.
Pull Request Overview
This pull request up d a t e s i n f e c t i o n / i n f e c t i o n t o v e r s i o n ^ 0 . 3 4 . C o d a c y a n a l y s i s c o n f i r m s t h e c h a n g e s a r e u p t o s t a n d a r d s w i t h n o n e w i s s u e s d e t e c t e d . T h e r e a r e n o b l o c k i n g s e c u r i t y o r l o g i c f l a w s i d e n t i f i e d i n t h i s u p d a t e .
Test suggestions
- Verify that
make infectioncorrectly exec u t e s w i t h t h e n e w v e r s i o n a n d m a i n t a i n s e x i s t i n g M S I / c o v e r e d M S I t h r e s h o l d s .
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify that `make infection` correctly exec u t e s w i t h t h e n e w v e r s i o n a n d m a i n t a i n s e x i s t i n g M S I / c o v e r e d M S I t h r e s h o l d s .
TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback
Dev-tooling maintenance: bumps the
infection/infectionmutation-testing tool from^0.33to^0.34(a 0.x major).require-devonly — invisible to downstream consumers;composer.lockis untracked.make infectionpasses on 0.34.0 against the repo's MSI floor.--filterin favour of positional args) is not used by themake infectiontarget, which passes--threads/--no-progress/--min-msi/--min-covered-msi.No source or consumer-facing change; no release implied.