bytes2: Add tests for StringUnsafe and Reset methods#14940
bytes2: Add tests for StringUnsafe and Reset methods#14940dbussink merged 2 commits intovitessio:mainfrom
Conversation
Signed-off-by: Rafey Ahmad <rafeyahmad@protonmail.com>
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #14940 +/- ##
==========================================
- Coverage 47.26% 47.25% -0.01%
==========================================
Files 1138 1138
Lines 238842 238842
==========================================
- Hits 112880 112863 -17
- Misses 117368 117382 +14
- Partials 8594 8597 +3 ☔ View full report in Codecov by Sentry. |
|
I'm not quite sure why the Codecov test is failing? |
|
Thank you, @glokta1 ! The overall project level coverage decrease is almost certainly due to intermediate commits between your PR branch's HEAD and the That's also related to the failing Once you merge in the latest from |
Signed-off-by: Rafey Ahmad <rafeyahmad@protonmail.com>
|
Thanks Matt! Should be good to go now |
|
Something still seems off with the project level results (we're still ramping up on use of codecov), but more importantly/relevantly we can see that the |
Description
Add tests for
StringUnsafe()andReset()methods.Part of #14931
Improves test coverage of package to 100%
Checklist
Deployment Notes