You've already forked gitea-composer-upload-action
configuring infection
This commit is contained in:
19
infection.json5.dist
Normal file
19
infection.json5.dist
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"$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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user