test(bytes): add comprehensive test suite#735
Merged
vapourismo merged 1 commit intomainfrom Feb 2, 2026
Merged
Conversation
9 tasks
Collaborator
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #735 +/- ##
==========================================
+ Coverage 89.49% 90.33% +0.84%
==========================================
Files 109 109
Lines 20769 20769
Branches 20769 20769
==========================================
+ Hits 18587 18762 +175
+ Misses 1803 1628 -175
Partials 379 379 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ebfde52 to
eadd6c9
Compare
d2a2a70 to
63a7421
Compare
eadd6c9 to
1903262
Compare
46065c4 to
8d4b8fe
Compare
55e6424 to
c71ccb7
Compare
dfc519d to
a2df18d
Compare
cf3fff8 to
a815f2f
Compare
a2df18d to
36339a0
Compare
a815f2f to
cde2f76
Compare
24d209e to
ce61947
Compare
cde2f76 to
cc81a07
Compare
ce61947 to
c9dd53d
Compare
c269ea2 to
cc52cd8
Compare
c9dd53d to
606c201
Compare
cc52cd8 to
d45f6d4
Compare
0ba603f to
500aac2
Compare
6e09a70 to
c045a41
Compare
500aac2 to
54505d3
Compare
c045a41 to
546198c
Compare
7483946 to
f4fd5a9
Compare
80b61bf to
65b74c7
Compare
f4fd5a9 to
660ad21
Compare
65b74c7 to
c39f263
Compare
660ad21 to
432a5b7
Compare
c39f263 to
06b94ac
Compare
11c2806 to
41b0345
Compare
5f5a77a to
6f72f05
Compare
41b0345 to
0bfe0b9
Compare
9 tasks
0bfe0b9 to
e71f173
Compare
6f72f05 to
dc96197
Compare
e71f173 to
f5e762e
Compare
6375e82 to
b8c4b06
Compare
283cb4b to
bc2be57
Compare
5c7dfae to
c38de98
Compare
5da524b to
a84b8a1
Compare
c38de98 to
48f7fe4
Compare
a84b8a1 to
dfd7542
Compare
|
Benchmark results for revision 0bf96e0:
Full results
Compare the results above with those for the default branch. |
thomasathorne
approved these changes
Jan 30, 2026
Contributor
thomasathorne
left a comment
There was a problem hiding this comment.
Looks great, a few small comments.
kurtisc
approved these changes
Jan 30, 2026
victor-dumitrescu
approved these changes
Feb 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

What
Add a test suite for the
Bytesstate component.Why
Make things nicely tested.
Manually Testing
Tasks for the Author