Skip to content

Commit 6902a7b

Browse files
committed
Enable Stryker HTML reports
1 parent d8e8b81 commit 6902a7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

infection.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"text": "build/logs/infection/infection.log",
1414
"html": "build/logs/infection/infection.html",
1515
"stryker": {
16-
"badge": "1.x"
16+
"report": "1.x"
1717
}
1818
},
1919
"tmpDir": "build",

tools/src/InfectionConfigBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public static function build(): array
104104
'logs' => [
105105
'text' => 'build/logs/infection/infection.log',
106106
'html' => 'build/logs/infection/infection.html',
107-
'stryker' => ['badge' => '1.x'],
107+
'stryker' => ['report' => '1.x'],
108108
],
109109
'tmpDir' => 'build',
110110
'minMsi' => 100,

0 commit comments

Comments
 (0)