story-kit: merge 175_story_add_rust_test_coverage_reporting_with_cargo_llvm_cov

This commit is contained in:
Dave
2026-02-25 09:21:04 +00:00
parent c9cb27b4ee
commit ada4695541
2 changed files with 7 additions and 0 deletions

3
.gitignore vendored
View File

@@ -8,6 +8,9 @@ store.json
# Agent worktrees (managed by the server, not tracked in git)
.story_kit/worktrees/
# Coverage reports (generated by cargo-llvm-cov, not tracked in git)
.story_kit/coverage/
# Rust stuff
target