chevere/chevere

View on GitHub
infection.json

Summary

Maintainability
Test Coverage
{
    "$schema": "https://raw.githubusercontent.com/infection/infection/0.26.1/resources/schema.json",
    "source": {
        "directories": [
            "src/"
        ]
    },
    "logs": {
        "html": "build/logs/html/infection.html"
    },
    "mutators": {
        "@default": true
    },
    "testFrameworkOptions": "--configuration=phpunit-report.xml"
}