Summary
Add failure-path coverage at the parser and CLI loading boundaries.
Why
Older issue wording referred to Ingester, but the current repo needs tests around parser failures and CLI input handling instead.
Done when
- parser failures are covered
- invalid or unreadable CLI inputs are covered
- error output stays actionable for users
Summary
Add failure-path coverage at the parser and CLI loading boundaries.
Why
Older issue wording referred to
Ingester, but the current repo needs tests around parser failures and CLI input handling instead.Done when