Edgewall Software
Modify

Opened 13 years ago

Last modified 13 years ago

#692 assigned enhancement

[PATCH] Support for annotating phpunit coverage reports

Reported by: Dariusz Czech <dczech@…> Owned by: hodgestar
Priority: major Milestone: 0.6.2
Component: Recipe commands Version: 0.6
Keywords: Cc:
Operating System: Linux

Description

Enclosed patch adds support for computing 'line_hits' data in phpunit coverage report. Lack of the data prevented bitten from displaying coverage annotation.

I added info for every line mentioned in phpunit coverage xml (no matter whether it referred to statement, method or anything else). It may be slightly inconsistent with coverage statistics (which take into account only covered statement data) but IMHO it gives more info about tests coverage

Attachments (1)

phptools.py.diff (2.1 KB) - added by Dariusz Czech <dczech@…> 13 years ago.

Download all attachments as: .zip

Change History (2)

Changed 13 years ago by Dariusz Czech <dczech@…>

comment:1 Changed 13 years ago by hodgestar

  • Owner set to hodgestar
  • Status changed from new to assigned

Add Comment

Modify Ticket

Change Properties
Set your email in Preferences
Action
as assigned The owner will remain hodgestar.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.