Files
bun.sh/test/cli
Claude Bot 087cc8e03a Address second round of code review feedback
- Fix XML control character handling: replace illegal chars with spaces instead of numeric refs (XML 1.0 spec compliance)
- Fix buffered writer memory leaks: add errdefer cleanup for both LCOV and Cobertura writers
- Fix HashMap key lifetime: duplicate package names before getOrPut to avoid use-after-free
- Add missing Cobertura DTD attributes: branch-rate and complexity on package/class/method elements
- Fix method element: remove non-standard hits attribute, add required line-rate/branch-rate/complexity
- Add --fail-on-low-coverage support for Cobertura-only runs

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-26 02:01:52 +00:00
..
2025-05-24 13:36:51 -07:00
2025-10-11 08:23:25 -07:00