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

(- 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

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

output.zip (13.9 KB)

Your page looks good. I especially like the filter.

-Rich

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.

Not sure if this is part of your patch, but FYI, the yellow-on-white numbers are impossible to read on my display.

– adrian