bun-test-coverage

Installation
SKILL.md

Bun Test Coverage

Bun has built-in code coverage reporting without additional dependencies.

Enabling Coverage

# Enable coverage
bun test --coverage

# With threshold (fail if below)
bun test --coverage --coverage-threshold 80

Configuration in bunfig.toml

[test]
coverage = true
Related skills

More from secondsky/claude-skills

Installs
105
GitHub Stars
143
First Seen
Apr 4, 2026