-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinfection.json5
More file actions
35 lines (35 loc) · 975 Bytes
/
Copy pathinfection.json5
File metadata and controls
35 lines (35 loc) · 975 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"$schema": "https://raw.githubusercontent.com/infection/infection/0.33.2/resources/schema.json",
"source": {
"directories": [
"src"
]
},
"tmpDir": "var/infection",
"timeout": 120,
"maxTimeouts": 0,
"timeoutsAsEscaped": true,
"threads": 4,
"logs": {
"text": "infection/infection.log",
"html": "infection/infection.html",
"summary": "infection/summary.log",
"json": "infection/infection-log.json",
"perMutator": "infection/per-mutator.md",
"github": true,
"summaryJson": "infection/summary.json",
"stryker": {
"report": "/.*/"
}
},
"testFramework":"phpunit",
"testFrameworkOptions": "--no-extensions",
"staticAnalysisTool":"phpstan",
"staticAnalysisToolOptions": "--memory-limit=500M",
"minMsi": 100,
"minCoveredMsi": 100,
"dotsPerRow": "max",
"mutators": {
"@default": true
}
}