Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Commit 4b3bc4e

Browse files
committed
Add more debug information
1 parent 81a11fa commit 4b3bc4e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Codacy/Coverage/Command/Clover.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ protected function execute(InputInterface $input, OutputInterface $output)
6161

6262
if ($output->isVerbose()) {
6363
$output->writeln("Sending coverage results to " . $baseUrl);
64+
$output->writeln("Generated JSON:");
65+
$output->writeln($data);
6466
}
6567

6668
$client = new CodacyApiClient($baseUrl, $projectToken);

0 commit comments

Comments
 (0)