funbiscuit / embedded-cli

Single-header CLI with history and autocompletion for embedded systems (like Arduino or STM32)
MIT License
229 stars 39 forks source link

Make live autocompletion optional #10

Closed funbiscuit closed 2 years ago

funbiscuit commented 2 years ago

Adapted changes from #9. Add some tests and update readme.

codecov[bot] commented 2 years ago

Codecov Report

Merging #10 (2515ab2) into master (ba62216) will increase coverage by 0.07%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #10      +/-   ##
==========================================
+ Coverage   90.75%   90.83%   +0.07%     
==========================================
  Files           1        1              
  Lines         476      480       +4     
  Branches      111      113       +2     
==========================================
+ Hits          432      436       +4     
  Misses         12       12              
  Partials       32       32              
Impacted Files Coverage Δ
lib/src/embedded_cli.c 90.83% <100.00%> (+0.07%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ba62216...2515ab2. Read the comment docs.