arduino / ArduinoCore-API

Hardware independent layer of the Arduino cores defining the official API
https://www.arduino.cc/reference/en/
GNU Lesser General Public License v2.1
202 stars 118 forks source link

Arduino String/Stream add features #201

Open PiotrekB416 opened 1 year ago

PiotrekB416 commented 1 year ago

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

Requested by #152 More ideas are welcome

codecov-commenter commented 1 year ago

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 ```diff @@ 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](https://app.codecov.io/gh/arduino/ArduinoCore-API/pull/201?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=arduino) | Coverage Δ | | |---|---|---| | [api/Stream.h](https://app.codecov.io/gh/arduino/ArduinoCore-API/pull/201?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=arduino#diff-YXBpL1N0cmVhbS5o) | `100.00% <ø> (ø)` | | | [api/String.cpp](https://app.codecov.io/gh/arduino/ArduinoCore-API/pull/201?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=arduino#diff-YXBpL1N0cmluZy5jcHA=) | `97.33% <100.00%> (+0.05%)` | :arrow_up: | | [api/String.h](https://app.codecov.io/gh/arduino/ArduinoCore-API/pull/201?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=arduino#diff-YXBpL1N0cmluZy5o) | `90.90% <100.00%> (+0.90%)` | :arrow_up: | | [api/Stream.cpp](https://app.codecov.io/gh/arduino/ArduinoCore-API/pull/201?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=arduino#diff-YXBpL1N0cmVhbS5jcHA=) | `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.