Welcome to mirror list, hosted at ThFree Co, Russian Federation.

infection.json.dist - github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 88e8a8cda333a523e2fa11665616c701a7ba13e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "source": {
        "directories": [
            "libraries\/classes"
        ]
    },
    "logs": {
        "text": "build/logs/infection.log",
        "stryker": {
            "report": "master"
        }
    },
    "mutators": {
        "@default": true
    },
    "minMsi": 31,
    "minCoveredMsi": 58
}