[PATCH] D23486: [llvm-cov] Add coverage summary information to the HTML index page.

Richard Pennington via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 13 08:05:39 PDT 2016


rdp created this revision.
rdp added a reviewer: vsk.
rdp added a subscriber: llvm-commits.

Added the information output by "llvm-cov report" to the "llvm-cov show -format html" index.html page. An example of the output can be seen at http://ellcc.org/coverage/

https://reviews.llvm.org/D23486

Files:
  CodeCoverage.cpp
  SourceCoverageView.h
  SourceCoverageViewHTML.cpp
  SourceCoverageViewHTML.h
  SourceCoverageViewText.cpp
  SourceCoverageViewText.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23486.67962.patch
Type: text/x-patch
Size: 8900 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160813/bf67977f/attachment.bin>


More information about the llvm-commits mailing list