@@ -28,7 +28,7 @@ public CoverageHTMLReporter(String selfType, Object[] attributes) { | |||
| 28 | 28 | * @param targetDirectory Directory where the assets should be stored | |
| 29 | 29 | * @throws RuntimeException | |
| 30 | 30 | */ | |
| 31 | - static void writeReportAssetsTo(Path targetDirectory) throws RuntimeException { | ||
| 31 | + protected static void writeReportAssetsTo(Path targetDirectory) throws RuntimeException { | ||
| 32 | 32 | ResourceUtil.copyResources(Paths.get("CoverageHTMLReporter"), targetDirectory); | |
| 33 | 33 | } | |
| 34 | 34 | ||
0 commit comments