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

IPAddress: add toString() method #187

Closed pennam closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.06 :tada:

Comparison is base (844e4bf) 95.70% compared to head (1a4a7f8) 95.76%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #187 +/- ## ========================================== + Coverage 95.70% 95.76% +0.06% ========================================== Files 13 13 Lines 954 968 +14 ========================================== + Hits 913 927 +14 Misses 41 41 ``` | [Impacted Files](https://codecov.io/gh/arduino/ArduinoCore-API/pull/187?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=arduino) | Coverage Δ | | |---|---|---| | [api/IPAddress.h](https://codecov.io/gh/arduino/ArduinoCore-API/pull/187?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=arduino#diff-YXBpL0lQQWRkcmVzcy5o) | `100.00% <ø> (ø)` | | | [api/IPAddress.cpp](https://codecov.io/gh/arduino/ArduinoCore-API/pull/187?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=arduino#diff-YXBpL0lQQWRkcmVzcy5jcHA=) | `94.87% <100.00%> (+0.39%)` | :arrow_up: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.