1
I Use This!
High Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 9 hours ago.
Aug 09, 2025 — Aug 09, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Prepare release More... 3 days ago
Do not rebuild the popover markup of a test for every line that test covers More... 10 days ago
Do not load the same template file again for every node, line, and coverage bar More... 10 days ago
Do not resolve the size of every test once per file of the report More... 10 days ago
Do not propagate the status of a branch once per line of that branch More... 10 days ago
Eliminate duplicated hit map and branch filtering logic in the coverage data classes More... 10 days ago
Harden internal coverage data APIs against reversed branch line ranges, hit count loss, list-shaped line maps, and test index collisions More... 10 days ago
Do not repeatedly resolve test sizes and repeatedly fetch per-line data while calculating file statistics More... 10 days ago
Do not omit tests that are missing from the test results from the per-line test attribution of the XML report More... 10 days ago
Improve static dead code analysis to never mark lines that contain reachable code and to detect code after exhaustive if/else, match, and switch statements as well as after infinite loops More... 10 days ago
Merge branch '14.2' More... 10 days ago
Prepare release More... 10 days ago
Redesign the HTML report and remove its Bootstrap and jQuery dependencies More... 10 days ago
Merge branch '14.2' More... 10 days ago
Do not share a static analysis result cache between differently configured CodeCoverage objects More... 10 days ago
Update dependency tomasvotruba/type-coverage to ^2.3.0 More... 11 days ago
Update actions/checkout action to v7.0.1 More... 16 days ago
Fix cross-view dashboard links More... 21 days ago
Add tests More... 21 days ago
Ignore code from code coverage that cannot be covered More... 21 days ago
Cache degraded static analysis results when the version of PHP-Parser is exactly known More... 21 days ago
Remove RawCodeCoverageData::fromXdebugWithoutPathCoverage() More... 21 days ago
Rename RawCodeCoverageData::fromXdebugWithoutPathCoverage() to fromLineCoverage() More... 21 days ago
Remove normalization of branch line ranges from consumers of code coverage data More... 21 days ago
Normalize inverted branch line ranges at the Xdebug boundary More... 21 days ago
Document the raw code coverage data contract More... 21 days ago
Move the definition of the raw code coverage data types from XdebugDriver to RawCodeCoverageData More... 21 days ago
Update dependency phpstan/phpstan-strict-rules to ^2.0.12 More... 21 days ago
Consider the version of nikic/php-parser for the static analysis cache key More... 22 days ago
Extract PHAR detection More... 22 days ago