On Thu, Jan 05, 2017 at 11:05:55AM -0500, Lukas Berk wrote: > The patch itself was too big for the mailing list, but you can find it > on the upstream lberk/coverage branch. > > commit ed93952625f4627ae9000fcf46cd7a0a0cd0b382 > Author: Lukas Berk <lb...@redhat.com> > Date: Thu Jan 5 09:58:51 2017 -0500 > > Add code coverage results for Elfutils 0.168 > > These results used to be hosted on fedorapeople.org. Migrating these > over to sourceware.org htdocs for a more consistent resource and > documentation location. > > Results will be located under: > https://sourceware.org/elfutils/coverage > > Signed-off-by: Lukas Berk <lb...@redhat.com>
Thanks for that. If you check this in could you add a link from the main page. Just something like: diff --git a/index.html b/index.html index 0f0b9fe..32e5f93 100644 --- a/index.html +++ b/index.html @@ -58,6 +58,8 @@ <A HREF="ftp://sourceware.org/pub/elfutils/">ftp://sourceware.org/pub/elfutils/</A> or <A HREF="https://sourceware.org/elfutils/ftp/">https://sourceware.org/elfutils/ftp/</A> </P> + <P>Tests <A HREF="coverage/">code coverage</A> for last release.</P> + <P> Included libraries: </P> And a coverage/README file with instructions how to regenerate the pages after a new elfutils release. Ideally we would automate this with some buildbot setup of course. But for now having it done by hand is better than not having it. Cheers, Mark