Skip to content

Commit 5fb40a3

Browse files
committed
Better logging if file has not been found
1 parent ffb6b4e commit 5fb40a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/src/main/scala/com/buransky/plugins/scoverage/sensor/ScoverageSensor.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ class ScoverageSensor(settings: Settings, pathResolver: PathResolver, fileSystem
168168
fileSystem.inputFiles(p.all()).foreach { inputFile =>
169169
log.debug(inputFile.absolutePath())
170170
}
171-
log.warn(s"File not found in file system! [$pathPredicate]")
171+
log.warn(s"File not found in file system! [$directory, ${fileCoverage.name}]")
172172
}
173173
}
174174
}

0 commit comments

Comments
 (0)