We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc54814 commit 5c68e7aCopy full SHA for 5c68e7a
infection.json.dist renamed to infection.json5.dist
@@ -1,5 +1,4 @@
1
{
2
- "timeout": 20,
3
"source": {
4
"directories": [
5
"src"
@@ -8,14 +7,17 @@
8
7
"Resources/config"
9
]
10
},
+ "timeout": 20,
11
"phpUnit": {
12
"configDir": ".",
13
"customPath": "vendor\/bin\/phpunit"
14
15
"logs": {
16
"text": "infection.log",
17
- "badge": {
18
- "branch": "main"
+ "stryker": {
+ "badge": {
19
+ "branch": "main"
20
+ }
21
}
22
23
"mutators": {
0 commit comments