You've already forked gitea-composer-upload-action
20 lines
376 B
Plaintext
20 lines
376 B
Plaintext
{
|
|
"$schema": "vendor/infection/infection/resources/schema.json",
|
|
"source": {
|
|
"directories": [
|
|
"src"
|
|
]
|
|
},
|
|
"logs": {
|
|
"text": "var/infection.log",
|
|
"stryker": {
|
|
"report": "/^\\d+\\.\\d+\\.x$/"
|
|
},
|
|
},
|
|
"tmpDir": "var",
|
|
"minCoveredMsi": 20,
|
|
"mutators": {
|
|
"@default": true
|
|
}
|
|
}
|