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 d8e8b81 commit 6902a7bCopy full SHA for 6902a7b
infection.json5
@@ -13,7 +13,7 @@
13
"text": "build/logs/infection/infection.log",
14
"html": "build/logs/infection/infection.html",
15
"stryker": {
16
- "badge": "1.x"
+ "report": "1.x"
17
}
18
},
19
"tmpDir": "build",
tools/src/InfectionConfigBuilder.php
@@ -104,7 +104,7 @@ public static function build(): array
104
'logs' => [
105
'text' => 'build/logs/infection/infection.log',
106
'html' => 'build/logs/infection/infection.html',
107
- 'stryker' => ['badge' => '1.x'],
+ 'stryker' => ['report' => '1.x'],
108
],
109
'tmpDir' => 'build',
110
'minMsi' => 100,
0 commit comments