About
This skill equips Claude with the expertise to implement Bun's native code coverage capabilities, eliminating the need for external dependencies like Istanbul or C8. It provides guidance on configuring coverage thresholds, generating multiple report formats such as LCOV and JSON, and integrating these reports into CI/CD pipelines like GitHub Actions. Whether you are setting up a new project or optimizing an existing test suite, this skill helps ensure high code quality by identifying untested paths and enforcing coverage standards directly through bunfig.toml or CLI flags.