Bug 76201 - test-webkitpy: add basic code coverage support
Summary: test-webkitpy: add basic code coverage support
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dirk Pranke
URL:
Keywords:
Depends on:
Blocks: 76022
  Show dependency treegraph
 
Reported: 2012-01-12 12:27 PST by Dirk Pranke
Modified: 2012-01-13 12:59 PST (History)
5 users (show)

See Also:


Attachments
Patch (2.99 KB, patch)
2012-01-12 12:28 PST, Dirk Pranke
abarth: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Pranke 2012-01-12 12:27:14 PST
test-webkitpy: add basic code coverage support
Comment 1 Dirk Pranke 2012-01-12 12:28:48 PST
Created attachment 122289 [details]
Patch
Comment 2 Adam Barth 2012-01-12 13:44:28 PST
Comment on attachment 122289 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=122289&action=review

> Tools/Scripts/webkitpy/test/main.py:228
> +                import coverage

Can we autoinstall this package?
Comment 3 Dirk Pranke 2012-01-12 14:42:50 PST
(In reply to comment #2)
> (From update of attachment 122289 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=122289&action=review
> 
> > Tools/Scripts/webkitpy/test/main.py:228
> > +                import coverage
> 
> Can we autoinstall this package?

Probably. I was going to tackle that as a separate patch.
Comment 4 Dirk Pranke 2012-01-13 12:59:46 PST
Committed r104975: <http://trac.webkit.org/changeset/104975>