Bun Test Coverage Bun has built-in code coverage reporting without additional dependencies. Enabling Coverage Configuration in bunfig.toml Coverage Output Coverage Reporters Available Reporters | Reporter | Output | |----------|--------| | | Console table (default) | | | for CI tools | | | | Coverage Thresholds Set minimum coverage requirements: Excluding Files CI Integration GitHub Actions Output Directory Programmatic Coverage Common Errors | Error | Cause | Fix | |-------|-------|-----| | | Coverage below threshold | Increase test coverage | | | Files not executed | Check test includes fil…