Open Issues Need Help
View All on GitHub Try to restore PHPUnit cache on GH actions to speed up MT based on the previous runs about 2 months ago
AI Summary: Investigate and implement a solution to restore the PHPUnit cache in GitHub Actions for the Infection mutation testing framework. This aims to leverage previous test runs' cached results to speed up subsequent mutation testing within the CI pipeline.
Complexity:
4/5
Help Wanted Performance
infection/infection
2.1K
PHP Mutation Testing library
PHP
#ast#coverage#infection#mutant#mutation#mutation-analysis#mutation-testing#php#test-framework#testing
Allow setting only-covered in config file about 2 months ago
AI Summary: Implement a configuration option in the Infection PHP Mutation Testing library to enable the `--only-covered` flag by default. This will allow users to run Infection focusing only on covered code without needing to specify the flag on the command line each time.
Complexity:
3/5
Help Wanted Feature Request DX
infection/infection
2.1K
PHP Mutation Testing library
PHP
#ast#coverage#infection#mutant#mutation#mutation-analysis#mutation-testing#php#test-framework#testing