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
132 stars 4 forks source link

feat(ct_basic_string): implement capacity functionality #19

Closed Viatorus closed 1 year ago

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 4394180901


Totals Coverage Status
Change from base Build 4394142145: 0.0%
Covered Lines: 9900
Relevant Lines: 1874258

💛 - Coveralls
codecov-commenter commented 1 year ago

Codecov Report

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

Comparison is base (4b8d4d0) 98.64% compared to head (ac4ee6f) 98.65%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #19 +/- ## ========================================== + Coverage 98.64% 98.65% +0.01% ========================================== Files 33 33 Lines 2801 2822 +21 ========================================== + Hits 2763 2784 +21 Misses 38 38 ``` | [Impacted Files](https://codecov.io/gh/Viatorus/emio/pull/19?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [include/emio/detail/basic\_string.hpp](https://codecov.io/gh/Viatorus/emio/pull/19?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-aW5jbHVkZS9lbWlvL2RldGFpbC9iYXNpY19zdHJpbmcuaHBw) | `100.00% <100.00%> (ø)` | | | [test/unit\_test/detail/test\_ct\_basic\_string.cpp](https://codecov.io/gh/Viatorus/emio/pull/19?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-dGVzdC91bml0X3Rlc3QvZGV0YWlsL3Rlc3RfY3RfYmFzaWNfc3RyaW5nLmNwcA==) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None)

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