From 2549695ab073ae0e477ce12b5b2839c7eda91ac2 Mon Sep 17 00:00:00 2001 From: sneak Date: Wed, 17 Dec 2025 17:03:05 -0800 Subject: [PATCH] Update README TODO with completed items --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c6ca12a..30999c8 100644 --- a/README.md +++ b/README.md @@ -363,10 +363,10 @@ The manifest file would do several important things: ## Lower Priority -- [ ] **Add unit tests for `internal/checker`** - Currently has no test files; only tested indirectly via CLI tests. -- [ ] **Add unit tests for `internal/scanner`** - Currently has no test files. -- [ ] **Clean up FIXMEs in manifest.go** - Validate input paths exist, validate filesystem, avoid redundant stat calls. -- [ ] **Validate input paths before scanning** - Should fail fast with a clear error if paths don't exist. +- [x] **Add unit tests for `internal/checker`** - 88.5% coverage. +- [x] **Add unit tests for `internal/scanner`** - 80.1% coverage. +- [ ] **Clean up FIXMEs in manifest.go** - Validate input paths exist, validate filesystem. +- [x] **Validate input paths before scanning** - Fails fast with clear error if paths don't exist. # Open Questions