Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/resources/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title id='title'>Scales Code Coverage</title>
<title id='title'>Scoverage Code Coverage</title>
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.3.0/pure-min.css">
</head>
<frameset cols="25%,*">
Expand Down
4 changes: 2 additions & 2 deletions src/main/scala/scoverage/report/ScoverageHtmlWriter.scala
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class ScoverageHtmlWriter(sourceDirectory: File, outputDir: File) {
|}""".stripMargin
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title id='title'>Scales Code Coverage</title>
<title id='title'>Scoverage Code Coverage</title>
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css"/>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script>
Expand Down Expand Up @@ -271,7 +271,7 @@ class ScoverageHtmlWriter(sourceDirectory: File, outputDir: File) {
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title id='title'>
Scales Code Coverage
Scoverage Code Coverage
</title>
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css"/>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion src/main/scala/scoverage/report/SourceHighlighter.scala
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class SourceHighlighter {
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title id='title'>Scales Code Coverage</title>
<title id='title'>Scoverage Code Coverage</title>
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.3.0/pure-min.css"/>
</head>
<body style="font-family: monospace;">
Expand Down