[www] r236633 - Add LCOV project to openprojects

Renato Golin renato.golin at linaro.org
Wed May 6 12:51:13 PDT 2015


Author: rengolin
Date: Wed May  6 14:51:13 2015
New Revision: 236633

URL: http://llvm.org/viewvc/llvm-project?rev=236633&view=rev
Log:
Add LCOV project to openprojects

Modified:
    www/trunk/OpenProjects.html

Modified: www/trunk/OpenProjects.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/OpenProjects.html?rev=236633&r1=236632&r2=236633&view=diff
==============================================================================
--- www/trunk/OpenProjects.html (original)
+++ www/trunk/OpenProjects.html Wed May  6 14:51:13 2015
@@ -426,6 +426,33 @@ to one particular group.</p>
 
 <!-- ======================================================================= -->
 <div class="www_subsubsection">
+  <a name="statistics">Improving Coverage Reports</a>
+</div>
+
+<div class="www_text">
+
+<p>The <a href='http://llvm.org/reports/coverage/'>
+LLVM Coverage Report</a> has a nice interface to show what source lines are
+covered by the tests, but it doesn't mentions which tests, which revision and
+what architecture is covered.</p>
+
+<p>A project to renovate LCOV would involve:
+<ul>
+ <li>Making it run on a buildbot, so that we know what commits / architectures
+     are covered</li>
+ <li>Update the web page to show that information</li>
+ <li>Develop a system that would report every buildbot build into the web page
+     in a searchable database, like LNT</li>
+</ul>
+
+<p>Another idea is to enable the test suite to run all built backends, not just
+   the host architecture, so that coverage report can be built in a fast machine
+   and have one report per commit without needing to update the buildbots.</p>
+
+</div>
+
+<!-- ======================================================================= -->
+<div class="www_subsubsection">
   <a name="misc_imp">Miscellaneous Improvements</a>
 </div>
 





More information about the llvm-commits mailing list