[htdocs] Add Code Coverage Results for Elfutils 0.168

2017-01-05 Thread Lukas Berk
Hi,

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



Re: [htdocs] Add Code Coverage Results for Elfutils 0.168

2017-01-05 Thread Mark Wielaard
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 
> 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 

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 @@
   ftp://sourceware.org/pub/elfutils/";>ftp://sourceware.org/pub/elfutils/
 or https://sourceware.org/elfutils/ftp/";>https://sourceware.org/elfutils/ftp/
 
 
+Tests code coverage for last release.
+
 
 Included libraries:
 

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