build: set up test coverage via bun (task 0003)

Add a bunfig.toml enabling coverage with text + lcov reporters, a
test:coverage script, and gitignore the coverage/ output. Test files and
the test-support helper are excluded so the numbers reflect product code
only.
This commit is contained in:
2026-07-27 22:23:43 -04:00
parent e32b71ebf3
commit 3d81d1c76e
3 changed files with 12 additions and 0 deletions

3
.gitignore vendored
View File

@@ -7,6 +7,9 @@ packages/bin/kitchen
result
result-*
# test coverage output
coverage/
# direnv / nix-direnv cache
.direnv/