v2rmp 0.4.6

rmpca โ€” Route Optimization TUI & Agent Engine
Documentation
1
2
3
4
5
๐Ÿงช [testing improvement description]

๐ŸŽฏ **What:** Added missing test coverage for error paths in `src/core/compile.rs`'s `run_compile` function. Specifically, checking that providing a non-existent input GeoJSON file correctly returns an `anyhow::Result::Err`.
๐Ÿ“Š **Coverage:** The error path scenario where the input GeoJSON file fails to open is now explicitly tested.
โœจ **Result:** Improved test coverage and validated that the application correctly handles and reports invalid input file paths without panicking.