Bug 76201

Summary: test-webkitpy: add basic code coverage support
Product: WebKit Reporter: Dirk Pranke <dpranke>
Component: New BugsAssignee: Dirk Pranke <dpranke>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, aroben, eric, ojan, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 76022    
Attachments:
Description Flags
Patch abarth: review+

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>