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
High Activity
Commits
: Listings
Analyzed
about 23 hours
ago. based on code collected
1 day
ago.
Aug 22, 2025 — Aug 22, 2026
Showing page 21 of 127
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Remove superfluous code
Sebastian Bergmann
More...
over 1 year ago
Ignore I/O error paths
Sebastian Bergmann
More...
over 1 year ago
Make it obvious the code in the SebastianBergmann\CodeCoverage\Node namespace is currently not tested specifically
Sebastian Bergmann
More...
over 1 year ago
Use CoversClassesThatExtendClass attribute
Sebastian Bergmann
More...
over 1 year ago
Reorganize
Sebastian Bergmann
More...
over 1 year ago
Keep Report\Clover as-is and introduce new Report\OpenClover for reporter that generates Clover XML that validates against OpenClover's XML schema definition
Sebastian Bergmann
More...
over 1 year ago
Set attribute name of <class> element to unqualified class name
Sebastian Bergmann
More...
over 1 year ago
Set attributes of <metrics> element under <package> to actual values
Sebastian Bergmann
More...
over 1 year ago
Set signature attribute on the <line> element (and reorder attributes to match XSD)
Sebastian Bergmann
More...
over 1 year ago
Fix CS/WS issue
Sebastian Bergmann
More...
over 1 year ago
Remove name and crap attributes from <line> element
Sebastian Bergmann
More...
over 1 year ago
Remove namespace attribute from <class> element
Sebastian Bergmann
More...
over 1 year ago
- Use consistent order for attributes on <metrics> elements - Set complexity attribute on the <metrics> element under <file> - Generate <metrics> element as first child of <package> element
Sebastian Bergmann
More...
over 1 year ago
Narrow type
Sebastian Bergmann
More...
over 1 year ago
Set complexity attribute on the <metrics> element under <project>
Sebastian Bergmann
More...
over 1 year ago
Ignore <testproject> for now, see https://github.com/sebastianbergmann/php-code-coverage/pull/1080#issuecomment-2900005969
Sebastian Bergmann
More...
over 1 year ago
Generate <package> element for global namespace
Sebastian Bergmann
More...
over 1 year ago
Rename method to reflect that we assert before we validate
Sebastian Bergmann
More...
over 1 year ago
Set both name and path attributes on the <file> element
Sebastian Bergmann
More...
over 1 year ago
Make <metrics> element the first child of <project> and <file>
Sebastian Bergmann
More...
over 1 year ago
Sync with CONTRIBUTING.md and CODE_OF_CONDUCT.md from sebastianbergmann/phpunit
Sebastian Bergmann
More...
over 1 year ago
Remove superfluous type annotation
Sebastian Bergmann
More...
over 1 year ago
Perform validation after comparison with expectation
Sebastian Bergmann
More...
over 1 year ago
Set clover attribute of <coverage> element to version identifier for phpunit/php-code-coverage
Sebastian Bergmann
More...
over 1 year ago
Validate generated Clover XML against Clover XSD
Sebastian Bergmann
More...
over 1 year ago
Download https://raw.githubusercontent.com/openclover/clover/refs/tags/openclover-4.5.2/clover-core/src/main/resources/clover.xsd
Sebastian Bergmann
More...
over 1 year ago
Prepare release
Sebastian Bergmann
More...
over 1 year ago
Revert "Eliminate is_file() call"
Sebastian Bergmann
More...
over 1 year ago
Prepare release
Sebastian Bergmann
More...
over 1 year ago
Remove superfluous type annotations
Sebastian Bergmann
More...
over 1 year ago
←
1
2
…
17
18
19
20
21
22
23
24
25
…
126
127
→
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