Last metrics: - Mutation Score Indicator (MSI): 42% - Mutation Code Coverage: 62% - Covered Code MSI: 66% https://github.com/phpmyadmin/phpmyadmin/actions/runs/22267045548/job/64415085302#step:9:1280 Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
19 lines
299 B
Plaintext
19 lines
299 B
Plaintext
{
|
|
"source": {
|
|
"directories": [
|
|
"src"
|
|
]
|
|
},
|
|
"logs": {
|
|
"text": "build/logs/infection.log",
|
|
"stryker": {
|
|
"report": "master"
|
|
}
|
|
},
|
|
"mutators": {
|
|
"@default": true
|
|
},
|
|
"minMsi": 41,
|
|
"minCoveredMsi": 65
|
|
}
|