-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bytes2: Add tests for StringUnsafe and Reset methods #14940
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks again for the contribution, @glokta1 ! ❤️
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