mirror of
https://github.com/outbackdingo/optimclaw.git
synced 2026-08-25 14:53:34 +00:00
fix(ci): anchor coverage/ gitignore rule to repo root (#591)
coverage/ matched tests/fixtures/llm_traces/coverage/, causing release-plz to detect committed+ignored files and abort on every push to main. PR #561 has been stuck with only 1 changelog entry since v0.15.0. Anchor the rule to the repo root with /coverage/ so it only ignores the top-level coverage report directory generated by cargo llvm-cov, not nested fixture directories. [skip-regression-check]
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ target/
|
||||
bench-results/
|
||||
|
||||
# Coverage reports (local runs, not committed)
|
||||
coverage/
|
||||
/coverage/
|
||||
|
||||
# WASM build artifacts (loaded from disk, not bundled)
|
||||
*.wasm
|
||||
|
||||
Reference in New Issue
Block a user