@@ -20,8 +20,7 @@ |
||
20 | 20 | $output = (object) [ |
21 | 21 | 'coverage' => number_format($percent, 2), |
22 | 22 | 'status' => $percent >= $minimumPercent ? |
23 | - 'Passed': |
|
24 | - 'Failed', |
|
23 | + 'Passed' : 'Failed', |
|
25 | 24 | 'violations' => $violations |
26 | 25 | ]; |
27 | 26 | echo json_encode($output); |