Justin Bogner via llvm-dev
2016-Mar-03 20:20 UTC
[llvm-dev] [LLVMDev] llvm-cov outputting coverage results as HTML reports
Xinliang David Li via llvm-dev <llvm-dev at lists.llvm.org> writes:> Harlan Haskins has recently submitted a patch (for review) that implements > --format=html for llvm-cov tool. Please take a look at that patch.For reference, the review thread starts here: http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20160229/336622.html> David > > On Thu, Mar 3, 2016 at 7:21 AM, Ying Yi via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> Dear All, >> >> I am helping our test team migrate from gcov to llvmcov. They currently >> generate HTML reports using lcov to easily navigate where coverage is >> missing. However, there does not seem to be a Windows compatible solution >> for generating HTML reports using the llvm-cov tools. >> >> A possible solution to this problem is for llvm-cov to create html pages >> that include an overall coverage summary with links to individual html >> pages that show the coverage report for each source file in the project. A >> new option (-html) might be added into llvm-cov show command options. >> >> I would like people’s opinions first so that may be acceptable when I come >> to upstream this. >> >> >> Kind Regards, >> >> -- >> Ying Yi >> SN Systems Ltd - Sony Computer Entertainment Group. >> >> _______________________________________________ >> LLVM Developers mailing list >> llvm-dev at lists.llvm.org >> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >> >> > _______________________________________________ > 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-Mar-04 08:53 UTC
[llvm-dev] [LLVMDev] llvm-cov outputting coverage results as HTML reports
Thanks David and Justin for the information. I will take a look. Maggie On Thu, Mar 3, 2016 at 8:20 PM, Justin Bogner <mail at justinbogner.com> wrote:> Xinliang David Li via llvm-dev <llvm-dev at lists.llvm.org> writes: > > Harlan Haskins has recently submitted a patch (for review) that > implements > > --format=html for llvm-cov tool. Please take a look at that patch. > > For reference, the review thread starts here: > > > http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20160229/336622.html > > > David > > > > On Thu, Mar 3, 2016 at 7:21 AM, Ying Yi via llvm-dev < > > llvm-dev at lists.llvm.org> wrote: > > > >> Dear All, > >> > >> I am helping our test team migrate from gcov to llvmcov. They currently > >> generate HTML reports using lcov to easily navigate where coverage is > >> missing. However, there does not seem to be a Windows compatible > solution > >> for generating HTML reports using the llvm-cov tools. > >> > >> A possible solution to this problem is for llvm-cov to create html pages > >> that include an overall coverage summary with links to individual html > >> pages that show the coverage report for each source file in the > project. A > >> new option (-html) might be added into llvm-cov show command options. > >> > >> I would like people’s opinions first so that may be acceptable when I > come > >> to upstream this. > >> > >> > >> Kind Regards, > >> > >> -- > >> Ying Yi > >> SN Systems Ltd - Sony Computer Entertainment Group. > >> > >> _______________________________________________ > >> LLVM Developers mailing list > >> llvm-dev at lists.llvm.org > >> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > >> > >> > > _______________________________________________ > > LLVM Developers mailing list > > llvm-dev at lists.llvm.org > > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >-- Ying Yi SN Systems Ltd - Sony Computer Entertainment Group. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160304/324d7b70/attachment.html>
Ying Yi via llvm-dev
2016-Mar-07 09:50 UTC
[llvm-dev] [LLVMDev] llvm-cov outputting coverage results as HTML reports
The patch is really useful. I have put some comments into the review thread. Thanks On Fri, Mar 4, 2016 at 8:53 AM, Ying Yi <maggieyi666 at gmail.com> wrote:> Thanks David and Justin for the information. I will take a look. > > Maggie > > On Thu, Mar 3, 2016 at 8:20 PM, Justin Bogner <mail at justinbogner.com> > wrote: > >> Xinliang David Li via llvm-dev <llvm-dev at lists.llvm.org> writes: >> > Harlan Haskins has recently submitted a patch (for review) that >> implements >> > --format=html for llvm-cov tool. Please take a look at that patch. >> >> For reference, the review thread starts here: >> >> >> http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20160229/336622.html >> >> > David >> > >> > On Thu, Mar 3, 2016 at 7:21 AM, Ying Yi via llvm-dev < >> > llvm-dev at lists.llvm.org> wrote: >> > >> >> Dear All, >> >> >> >> I am helping our test team migrate from gcov to llvmcov. They >> currently >> >> generate HTML reports using lcov to easily navigate where coverage is >> >> missing. However, there does not seem to be a Windows compatible >> solution >> >> for generating HTML reports using the llvm-cov tools. >> >> >> >> A possible solution to this problem is for llvm-cov to create html >> pages >> >> that include an overall coverage summary with links to individual html >> >> pages that show the coverage report for each source file in the >> project. A >> >> new option (-html) might be added into llvm-cov show command options. >> >> >> >> I would like people’s opinions first so that may be acceptable when I >> come >> >> to upstream this. >> >> >> >> >> >> Kind Regards, >> >> >> >> -- >> >> Ying Yi >> >> SN Systems Ltd - Sony Computer Entertainment Group. >> >> >> >> _______________________________________________ >> >> LLVM Developers mailing list >> >> llvm-dev at lists.llvm.org >> >> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >> >> >> >> >> > _______________________________________________ >> > LLVM Developers mailing list >> > llvm-dev at lists.llvm.org >> > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >> > > > > -- > Ying Yi > SN Systems Ltd - Sony Computer Entertainment Group. >-- Ying Yi SN Systems Ltd - Sony Computer Entertainment Group. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160307/83f830ff/attachment.html>