Viatorus / emio

A safe and fast high-level and low-level character input/output library for bare-metal and RTOS based embedded systems with a very small binary footprint.
https://viatorus.github.io/emio/
MIT License
131 stars 3 forks source link

feat(format): allow formatting of all types of pointers #72

Closed Viatorus closed 11 months ago

Viatorus commented 11 months ago

Fixes #69

codecov-commenter commented 11 months ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (1f161cf) 99.40% compared to head (cf39a07) 99.40%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #72 +/- ## ======================================= Coverage 99.40% 99.40% ======================================= Files 56 56 Lines 5869 5891 +22 ======================================= + Hits 5834 5856 +22 Misses 35 35 ``` | [Files](https://app.codecov.io/gh/Viatorus/emio/pull/72?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Toni+Neubert) | Coverage Δ | | |---|---|---| | [include/emio/detail/format/formatter.hpp](https://app.codecov.io/gh/Viatorus/emio/pull/72?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Toni+Neubert#diff-aW5jbHVkZS9lbWlvL2RldGFpbC9mb3JtYXQvZm9ybWF0dGVyLmhwcA==) | `98.72% <100.00%> (ø)` | | | [include/emio/formatter.hpp](https://app.codecov.io/gh/Viatorus/emio/pull/72?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Toni+Neubert#diff-aW5jbHVkZS9lbWlvL2Zvcm1hdHRlci5ocHA=) | `100.00% <100.00%> (ø)` | | | [test/unit\_test/test\_format.cpp](https://app.codecov.io/gh/Viatorus/emio/pull/72?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Toni+Neubert#diff-dGVzdC91bml0X3Rlc3QvdGVzdF9mb3JtYXQuY3Bw) | `99.64% <100.00%> (+<0.01%)` | :arrow_up: |

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