Attached is a patch to allow code coverage on drupal 7 unstable. I have only checked the HTML report.

@cwgordon,
this night I'm running a full coverage report on Core. Do you mind me release this somewhere or are you going to do this again on the initial coverage site?

CommentFileSizeAuthor
#1 unstable_9.1.patch11.48 KBberdir
#1 coverage.patch1.94 KBberdir
unstable_9.patch12.96 KBR.Muilwijk

Comments

berdir’s picture

StatusFileSize
new1.94 KB
new11.48 KB

Updated the patch...

- Fixed some DBTNG stuff
- Improved parsing of the coverage logfile. According to my tests, just the parsing (moving information into $data) is now 2-3x faster and uses *a lot* less memory:

Testing with an 80MB file, Before:
Total time: 234.750s
Memory usage: 170,135,096 bytes

After:
Total time: 89.968s
Memory usage: 10,627,856 bytes

Note that the patch does not patch the coverage.patch file because it's not part of repository anymore.

boombatower’s picture

Status: Needs review » Fixed

#738980: Refactor/Rewrite should everything except settings which I will be working on soon.

berdir’s picture

Sep 09? I totally forgot about this issue or I'd mentioned it to you when we talked about code_coverage.module :)

boombatower’s picture

I just took over maintaining this module, so fixing it up. :) No activity for over a year.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.