summaryrefslogtreecommitdiffstats
path: root/tester/covoar
diff options
context:
space:
mode:
authorAlex White <alex.white@oarcorp.com>2021-02-25 10:52:41 -0600
committerJoel Sherrill <joel@rtems.org>2021-03-30 13:15:58 -0500
commit4d21ff8d6081c571f275ace36b13bdedd8623e2a (patch)
tree8b3cba0a3b30a5d71f804c54518b407c6cab45e9 /tester/covoar
parentcoverage/reports: Improve formatting and clarity (diff)
downloadrtems-tools-4d21ff8d6081c571f275ace36b13bdedd8623e2a.tar.bz2
coverage/reports: Share common JS and CSS in reports
This moves all of the javascript and CSS files that are shared by the symbol set HTML reports to the shared parent directory. It also includes the javascript and CSS in the top-level index file.
Diffstat (limited to 'tester/covoar')
-rw-r--r--tester/covoar/ReportsHtml.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/tester/covoar/ReportsHtml.cc b/tester/covoar/ReportsHtml.cc
index cce0a4f..3d20aec 100644
--- a/tester/covoar/ReportsHtml.cc
+++ b/tester/covoar/ReportsHtml.cc
@@ -121,8 +121,8 @@ namespace Coverage {
"<html>\n"
"<meta http-equiv=\"Content-Language\" content=\"English\" >\n"
"<meta http-equiv=\"Content-Type\" content=\"text/html; charset=us-ascii\" >\n"
- "<link rel=\"stylesheet\" type=\"text/css\" href=\"covoar.css\" media=\"screen\" >\n"
- "<script type=\"text/javascript\" src=\"table.js\"></script>\n"
+ "<link rel=\"stylesheet\" type=\"text/css\" href=\"../covoar.css\" media=\"screen\" >\n"
+ "<script type=\"text/javascript\" src=\"../table.js\"></script>\n"
);
return aFile;