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
66 stars 0 forks source link

Improve memory usage #5

Closed funbiscuit closed 5 months ago

funbiscuit commented 5 months ago

Decrease ROM usage of Arduino example by ~20%

codecov[bot] commented 5 months ago

Codecov Report

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

Comparison is base (dc46dc2) 85.56% compared to head (01660d1) 85.53%.

Files Patch % Lines
embedded-cli/src/autocomplete.rs 66.66% 1 Missing :warning:
embedded-cli/src/editor.rs 93.33% 1 Missing :warning:
embedded-cli/src/utils.rs 98.24% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #5 +/- ## ========================================== - Coverage 85.56% 85.53% -0.04% ========================================== Files 15 15 Lines 1399 1403 +4 ========================================== + Hits 1197 1200 +3 - Misses 202 203 +1 ```

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