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

Installs
174
GitHub Stars
172
First Seen
Apr 4, 2026
bun-test-coverage — secondsky/claude-skills