Skip to content

Commit 0301bef

Browse files
committed
#62 Moved index.html to nested dir to avoid namespacing
1 parent fc9b428 commit 0301bef

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed

src/main/scala/scoverage/report/ScoverageHtmlWriter.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class ScoverageHtmlWriter(sourceDirectory: File, outputDir: File) {
1515
val packageFile = new File(outputDir.getAbsolutePath + "/packages.html")
1616
val overviewFile = new File(outputDir.getAbsolutePath + "/overview.html")
1717

18-
FileUtils.copyInputStreamToFile(getClass.getResourceAsStream("/index.html"), indexFile)
18+
FileUtils.copyInputStreamToFile(getClass.getResourceAsStream("/org/scoverage/index.html"), indexFile)
1919
FileUtils.write(packageFile, packages(coverage).toString())
2020
FileUtils.write(overviewFile, overview(coverage).toString())
2121

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)