Skip to content

Commit

Permalink
[#344] Improved logging for Aggregating pitest reports
Browse files Browse the repository at this point in the history
Just a useful leftover after debugging the issue which still is not solved.
  • Loading branch information
szpak committed Sep 5, 2023
1 parent 35012e5 commit cbc3201
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ abstract class AggregateReportTask extends DefaultTask {

@TaskAction
void aggregate() {
logger.info("Aggregating pitest reports")
logger.info("Aggregating pitest reports (mutationFiles: {}, lineCoverageFiles: {})", mutationFiles.elements.getOrNull(), lineCoverageFiles.elements.getOrNull())

WorkQueue workQueue = getWorkerExecutor().classLoaderIsolation { workerSpec ->
workerSpec.getClasspath().from(getPitestReportClasspath())
Expand Down

0 comments on commit cbc3201

Please sign in to comment.