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