funbiscuit / embedded-cli-rs

CLI in Rust with autocompletion, subcommands, options, help and history for embedded systems (like Arduino or STM32)
Apache License 2.0
79 stars 4 forks source link

Refactor code, decrease memory usage #10

Closed funbiscuit closed 9 months ago

codecov[bot] commented 9 months ago

Codecov Report

Attention: 8 lines in your changes are missing coverage. Please review.

Comparison is base (06fc370) 86.64% compared to head (70fa7be) 85.32%.

Files Patch % Lines
embedded-cli/src/editor.rs 84.84% 5 Missing :warning:
embedded-cli/src/token.rs 90.00% 2 Missing :warning:
embedded-cli/src/cli.rs 80.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #10 +/- ## ========================================== - Coverage 86.64% 85.32% -1.33% ========================================== Files 15 15 Lines 1468 1397 -71 ========================================== - Hits 1272 1192 -80 - Misses 196 205 +9 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.