Skip to content

Exclude lock files from LLM summarization - #43

Merged
MikeGarde merged 1 commit into
mainfrom
32-auto-skip-lock-files
Aug 14, 2026
Merged

Exclude lock files from LLM summarization#43
MikeGarde merged 1 commit into
mainfrom
32-auto-skip-lock-files

Conversation

@MikeGarde

Copy link
Copy Markdown
Owner
  • Create a "Lock" category to track files while ignoring content.
  • Update prompt_builder to separate lock files and fix numbering.
  • Expose prompt_builder and update logs to track lock files separately.
  • Add tests for lock file detection and prompt generation. Token usage: prompt=5689, completion=2950, total=8639

- Create a "Lock" category to track files while ignoring content.
- Update `prompt_builder` to separate lock files and fix numbering.
- Expose `prompt_builder` and update logs to track lock files separately.
- Add tests for lock file detection and prompt generation.
Token usage: prompt=5689, completion=2950, total=8639
@MikeGarde MikeGarde linked an issue Aug 14, 2026 that may be closed by this pull request
@codecov

codecov Bot commented Aug 14, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 48.19277% with 43 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/main.rs 0.00% 43 Missing ⚠️
Files with missing lines Coverage Δ
src/lib.rs 100.00% <100.00%> (ø)
src/llm/mod.rs 0.00% <ø> (ø)
src/llm/prompt_builder.rs 38.57% <100.00%> (+38.57%) ⬆️
src/main.rs 3.37% <0.00%> (-0.20%) ⬇️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@MikeGarde
MikeGarde merged commit 677d354 into main Aug 14, 2026
5 checks passed
@MikeGarde
MikeGarde deleted the 32-auto-skip-lock-files branch August 14, 2026 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Auto skip .lock files

1 participant