summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Campbell <ryanjcampbell@google.com>2017-08-15 13:57:02 -0700
committerRyan Campbell <ryanjcampbell@google.com>2017-08-15 13:58:40 -0700
commit4a9c345a3a2759ec8546f8b4d07ba9a17441e88a (patch)
tree07ca0dfc38dd3691b9fd84ac6f033b38ae7735ea
parentf2b98353f7db3102d6392e8f9648b22e368bf221 (diff)
downloaddashboard-4a9c345a3a2759ec8546f8b4d07ba9a17441e88a.tar.gz
Add project information to the coverage display.
Prefix the relative source path with the name of git project which contains the source file. Test: go/vts-staging//show_coverage?testName=VtsHalLightV2_0TargetProfiling&startTime=1495580718718768 Bug: 64721676 Change-Id: I80bd0df1c3e79fcb6b8afc9aeedc06677b1caf19
-rw-r--r--src/main/webapp/WEB-INF/jsp/show_coverage.jsp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/webapp/WEB-INF/jsp/show_coverage.jsp b/src/main/webapp/WEB-INF/jsp/show_coverage.jsp
index 790590d..66db0fd 100644
--- a/src/main/webapp/WEB-INF/jsp/show_coverage.jsp
+++ b/src/main/webapp/WEB-INF/jsp/show_coverage.jsp
@@ -146,6 +146,7 @@
html += '<li url="' + url + '" index="' + i + '">' +
'<div class="collapsible-header">' +
'<i class="material-icons">library_books</i>' +
+ '<b>' + projects[i] + '/</b>' +
sourceFilenames[i] + indicators[i] + '</div>';
html += '<div class="collapsible-body row">' +
'<div class="html-container">' +