Richard Pennington via llvm-dev
2016-Aug-12 20:29 UTC
[llvm-dev] A nicer HTML index page for llvm-cov
I've been working on adding code coverage support to my ELLCC project (http://ellcc.org) and I thought it would be nice to fun the index page of the HTML output of llvm-cov into something a little prettier and more useful. The initial result is here: http://ellcc.org/coverage/ If there is any interest, I'll submit the llvm-cov changes. -Rich
Vedant Kumar via llvm-dev
2016-Aug-12 22:24 UTC
[llvm-dev] A nicer HTML index page for llvm-cov
(- cfe-dev, + Maggie) Hi Richard, It would be great to have this in-tree! Could you upload your patch onto reviews.llvm.org and add me as a reviewer? thanks, vedant> On Aug 12, 2016, at 1:29 PM, Richard Pennington via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > I've been working on adding code coverage support to my ELLCC project (http://ellcc.org) and I thought it would be nice to fun the index page of the HTML output of llvm-cov into something a little prettier and more useful. > > The initial result is here: http://ellcc.org/coverage/ > > If there is any interest, I'll submit the llvm-cov changes. > > -Rich > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
Ying Yi via llvm-dev
2016-Aug-16 13:46 UTC
[llvm-dev] A nicer HTML index page for llvm-cov
Thanks for working on this. The index page looks good and is similar to the “llvm-cov report” console output. I am also working on improving the index page format to make it more readable. Please see the attached sample output. What do you think of the format? If it works for everyone, I would like to upstream my patch on the top of yours. Thanks On Fri, Aug 12, 2016 at 11:24 PM, Vedant Kumar <vsk at apple.com> wrote:> (- cfe-dev, + Maggie) > > Hi Richard, > > It would be great to have this in-tree! Could you upload your patch onto > reviews.llvm.org and add me as a reviewer? > > thanks, > vedant > > > On Aug 12, 2016, at 1:29 PM, Richard Pennington via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > > > > I've been working on adding code coverage support to my ELLCC project ( > http://ellcc.org) and I thought it would be nice to fun the index page of > the HTML output of llvm-cov into something a little prettier and more > useful. > > > > The initial result is here: http://ellcc.org/coverage/ > > > > If there is any interest, I'll submit the llvm-cov changes. > > > > -Rich > > > > _______________________________________________ > > LLVM Developers mailing list > > llvm-dev at lists.llvm.org > > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > >-- Ying Yi SN Systems - Sony Interactive Entertainment -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160816/ece78566/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: output.zip Type: application/zip Size: 14275 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160816/ece78566/attachment.zip>