ArduinoCore-API icon indicating copy to clipboard operation
ArduinoCore-API copied to clipboard

Arduino String/Stream add features

Open PiotrekB416 opened this issue 2 years ago • 1 comments

Add features to Arduino::String and Arduino::Stream [x] String.insert [x] Stream.readln or Stream.readLine

Requested by #152 More ideas are welcome

PiotrekB416 avatar Sep 01 '23 22:09 PiotrekB416

Codecov Report

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

Comparison is base (65633ce) 95.53% compared to head (b9ef2e8) 95.50%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #201      +/-   ##
==========================================
- Coverage   95.53%   95.50%   -0.03%     
==========================================
  Files          16       16              
  Lines        1075     1091      +16     
==========================================
+ Hits         1027     1042      +15     
- Misses         48       49       +1     
Files Coverage Δ
api/Stream.h 100.00% <ø> (ø)
api/String.cpp 97.33% <100.00%> (+0.05%) :arrow_up:
api/String.h 90.90% <100.00%> (+0.90%) :arrow_up:
api/Stream.cpp 90.00% <83.33%> (-0.28%) :arrow_down:

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

codecov-commenter avatar Sep 02 '23 13:09 codecov-commenter