mirror of
https://github.com/oven-sh/bun
synced 2026-02-12 03:48:56 +00:00
- 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>