After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 657540 - Print out file:// URL to coverage HTML report after building
Print out file:// URL to coverage HTML report after building
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: general
unspecified
Other Linux
: Normal trivial
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2011-08-28 05:00 UTC by Stef Walter
Modified: 2011-08-30 07:32 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Print out URL to HTML coverage report after 'make lcov' (976 bytes, patch)
2011-08-28 05:04 UTC, Stef Walter
accepted-commit_now Details | Review
Print out URL to HTML coverage report after 'make lcov' (976 bytes, patch)
2011-08-29 19:14 UTC, Matthias Clasen
committed Details | Review
Print out URL to HTML coverage report after 'make lcov' (976 bytes, patch)
2011-08-29 19:15 UTC, Matthias Clasen
committed Details | Review

Description Stef Walter 2011-08-28 05:00:55 UTC
For easy viewing of the coverage report after 'make lcov' print out the URL to the coverage report. I've found that in other projects this helps me from having to find this file over and over again in a web browser.

This patch applies to both glib and glib-networking.
Comment 1 Stef Walter 2011-08-28 05:04:43 UTC
Created attachment 194953 [details] [review]
Print out URL to HTML coverage report after 'make lcov'

* For easy clicking
Comment 2 Matthias Clasen 2011-08-29 12:29:23 UTC
Review of attachment 194953 [details] [review]:

Sure, why not
Comment 3 Matthias Clasen 2011-08-29 12:29:43 UTC
Review of attachment 194953 [details] [review]:

setting patch status
Comment 4 Matthias Clasen 2011-08-29 19:14:13 UTC
The following fix has been pushed:
a616195 Print out URL to HTML coverage report after 'make lcov'
Comment 5 Matthias Clasen 2011-08-29 19:14:16 UTC
Created attachment 195115 [details] [review]
Print out URL to HTML coverage report after 'make lcov'

* For easy clicking
Comment 6 Matthias Clasen 2011-08-29 19:15:19 UTC
The following fix has been pushed:
4e4505b Print out URL to HTML coverage report after 'make lcov'
Comment 7 Matthias Clasen 2011-08-29 19:15:22 UTC
Created attachment 195116 [details] [review]
Print out URL to HTML coverage report after 'make lcov'

* For easy clicking
Comment 8 Stef Walter 2011-08-30 07:32:07 UTC
Thanks for merging. Bugzilla was down yesterday so I didn't get to it.