Skip to content

Conversation

@deviantintegral
Copy link
Owner

  • Add Infection to composer.json require-dev dependencies
  • Create GitHub workflow for mutation testing
  • Configure workflow to fail if MSI is below 87%
  • Set threads to max for optimal performance
  • Run on push to main and pull requests

- Add Infection to composer.json require-dev dependencies
- Create GitHub workflow for mutation testing
- Configure workflow to fail if MSI is below 87%
- Set threads to max for optimal performance
- Run on push to main and pull requests
- Remove infection/infection from composer.json require-dev
- Download Infection PHAR directly in the workflow
- Download both PHAR and signature files for verification
- Maintain same mutation testing thresholds (87% MSI)
- Pin Infection PHAR to version 0.30.0 instead of using latest
- Add GPG signature verification with official Infection signing key
- Import key from keys.openpgp.org keyserver
- Verify signature before making PHAR executable
- Convert mutation-testing workflow to workflow_call
- Add mutation-testing job to CI workflow alongside tests
- Move mutation-testing job from separate workflow into test.yml
- Remove mutation-testing.yml file
- Remove mutation-testing workflow call from ci.yml
- Mutation testing now shows as "CI / test / Mutation Testing"
@deviantintegral deviantintegral marked this pull request as ready for review December 17, 2025 15:45
@deviantintegral deviantintegral enabled auto-merge (squash) December 17, 2025 15:46
@deviantintegral deviantintegral merged commit 19d1032 into main Dec 17, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants