Learn more about Mintlify
Enter your email to receive updates about new features and product releases.
Track test coverage with Bun
bun test --coverage
# LCOV format bun test --coverage --coverage-reporter=lcov # HTML report bun test --coverage --coverage-reporter=html # JSON report bun test --coverage --coverage-reporter=json
bunfig.toml
[test] coverage = true coverageThreshold = 80