openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
P
php-code-coverage
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
2 days
ago.
Feb 06, 2026 — Mar 08, 2026
Showing page 1 of 2
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Reduce memory usage during coverage merging by avoiding intermediate array
Sebastian Bergmann
More...
4 days ago
Safeguard against preg_replace_callback() failure
Sebastian Bergmann
More...
4 days ago
Ignore code path that we cannot test from code coverage
Sebastian Bergmann
More...
4 days ago
Improve testing of PHAR prefix stripping
Sebastian Bergmann
More...
4 days ago
Use single preg_replace_callback() call
Sebastian Bergmann
More...
4 days ago
Convert E_WARNING from unserialize() to InvalidCoverageDataException
Sebastian Bergmann
More...
4 days ago
Also strip the PHPUnitPHAR namespace prefix from non-public properties
Sebastian Bergmann
More...
4 days ago
Skip these tests of Windows for now
Sebastian Bergmann
More...
4 days ago
Fix
Sebastian Bergmann
More...
4 days ago
Update ChangeLog
Sebastian Bergmann
More...
4 days ago
Introduce a 'basePath' field into the serialized coverage file format.
Sebastian Bergmann
More...
4 days ago
Update tools
Sebastian Bergmann
More...
4 days ago
Bump
Sebastian Bergmann
More...
4 days ago
Strip PHPUnitPHAR namespace prefix from serialized data when running inside a PHAR
Sebastian Bergmann
More...
4 days ago
Restore CodeCoverage::merge() because it is still needed for PHPUnit's process isolation feature
Sebastian Bergmann
More...
5 days ago
Refactor
Sebastian Bergmann
More...
5 days ago
Fix
Sebastian Bergmann
More...
5 days ago
Replace CodeCoverage::merge() with Merger::merge() that operates on files created using Serializer::serialize().
Sebastian Bergmann
More...
5 days ago
Delete unused code
Sebastian Bergmann
More...
5 days ago
Reorganize
Sebastian Bergmann
More...
5 days ago
Use type alias
Sebastian Bergmann
More...
5 days ago
Optionally include Git state
Sebastian Bergmann
More...
5 days ago
Decouple the serialization layer from the CodeCoverage object. Instead of round-tripping through a CodeCoverage instance, the unserializer now returns a plain validated array, and the format is enriched with build/environment metadata.
Sebastian Bergmann
More...
5 days ago
Refactor
Sebastian Bergmann
More...
5 days ago
Fix
Sebastian Bergmann
More...
5 days ago
Start development of next major version
Sebastian Bergmann
More...
5 days ago
Untangle report generation from CodeCoverage object
Sebastian Bergmann
More...
5 days ago
Update ChangeLog
Sebastian Bergmann
More...
5 days ago
Remove PHP report
Sebastian Bergmann
More...
5 days ago
Add missing annotation
Sebastian Bergmann
More...
5 days ago
←
1
2
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree