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)
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
Note: See
TracTickets for help on using
tickets.