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 2fecbc2 commit a5cdd61Copy full SHA for a5cdd61
1 file changed
src/ChangesReporting/Output/JsonOutputFormatter.php
@@ -27,7 +27,7 @@ public function report(ProcessResult $processResult, Configuration $configuratio
27
{
28
$errorsJson = [
29
'totals' => [
30
- 'changed_files' => count($processResult->getFileDiffs()),
+ 'changed_files' => $processResult->getTotalChanged(),
31
],
32
];
33
0 commit comments