Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
remove duplicate log entry (#75)
Browse files Browse the repository at this point in the history
already logged at JaCoCoReportReader.java#L61
  • Loading branch information
CCFenner authored and TobiX committed Jan 17, 2019
1 parent 31d93c0 commit 8d86dea
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,6 @@ public final void readExecutionData(File jacocoExecutionData, SensorContext cont
if (fileToAnalyze == null || !fileToAnalyze.isFile()) {
JaCoCoExtensions.logger().warn("Project coverage is set to 0% as no JaCoCo execution data has been dumped: {}", jacocoExecutionData);
fileToAnalyze = null;
} else {
JaCoCoExtensions.logger().info("Analysing {}", fileToAnalyze);
}
JaCoCoReportReader jacocoReportReader = new JaCoCoReportReader(fileToAnalyze).readJacocoReport(executionDataVisitor, executionDataVisitor);

Expand Down

0 comments on commit 8d86dea

Please sign in to comment.