summaryrefslogtreecommitdiff
path: root/src/main/webapp/WEB-INF/jsp
diff options
context:
space:
mode:
authorKeun Soo Yim <yim@google.com>2018-02-02 08:48:22 -0800
committerKeun Soo Yim <yim@google.com>2018-02-02 08:48:22 -0800
commitce244048ba68ed26e33eb082152c376ff9efce3d (patch)
tree416a263a4826a6fe7b39931491ea833617262a4d /src/main/webapp/WEB-INF/jsp
parentfcdf128425d8f1134729845f6b32c2b29da8abfd (diff)
downloaddashboard-ce244048ba68ed26e33eb082152c376ff9efce3d.tar.gz
Describe coverage types
Test: manual Bug: 72861346 Change-Id: I648db674aee384e97727854c6cf03e5c7a3854c4
Diffstat (limited to 'src/main/webapp/WEB-INF/jsp')
-rw-r--r--src/main/webapp/WEB-INF/jsp/show_coverage_overview.jsp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/webapp/WEB-INF/jsp/show_coverage_overview.jsp b/src/main/webapp/WEB-INF/jsp/show_coverage_overview.jsp
index 0a371a2..f17113d 100644
--- a/src/main/webapp/WEB-INF/jsp/show_coverage_overview.jsp
+++ b/src/main/webapp/WEB-INF/jsp/show_coverage_overview.jsp
@@ -37,7 +37,7 @@
$(document).ready(function() {
$('#test-results-container').showTests(${testRuns}, true);
- search = $('#filter-bar').createSearchHeader('Coverage', '', refresh);
+ search = $('#filter-bar').createSearchHeader('Code Coverage', '', refresh);
search.addFilter('Branch', 'branch', {
corpus: ${branches}
}, ${branch});
@@ -183,14 +183,14 @@
<div class='col s4 valign-wrapper'>
<!-- pie chart -->
<div class='pie-chart-wrapper col s12 valign center-align card'>
- <h6 class='pie-chart-title'>Coverage (Raw)</h6>
+ <h6 class='pie-chart-title'>Line Coverage (Raw)</h6>
<div id='pie-chart-coverage-raw' class='pie-chart-div'></div>
</div>
</div>
<div class='col s4 valign-wrapper'>
<!-- pie chart -->
<div class='pie-chart-wrapper col s12 valign center-align card'>
- <h6 class='pie-chart-title'>Coverage (Normalized)</h6>
+ <h6 class='pie-chart-title'>Line Coverage (Normalized)</h6>
<div id='pie-chart-coverage-normalized' class='pie-chart-div'></div>
</div>
</div>