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.
19 lines
222 B
Plaintext
19 lines
222 B
Plaintext
node_modules/
|
|
|
|
# compiled CLI binary
|
|
packages/bin/kitchen
|
|
|
|
# nix build result symlinks
|
|
result
|
|
result-*
|
|
|
|
# test coverage output
|
|
coverage/
|
|
|
|
# direnv / nix-direnv cache
|
|
.direnv/
|
|
|
|
# local environment overrides
|
|
.env
|
|
.env.local
|