-
Notifications
You must be signed in to change notification settings - Fork 17
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
chore: refactor store code #1259
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1259 +/- ##
==========================================
- Coverage 85.64% 78.01% -7.64%
==========================================
Files 31 35 +4
Lines 1449 1669 +220
Branches 319 370 +51
==========================================
+ Hits 1241 1302 +61
- Misses 206 365 +159
Partials 2 2
|
f730df2
to
78106dc
Compare
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.
I wasn't sure if you meant to leave the "skip" tests in, so I left a comment on them.
A couple of months ago we had a discussion about fuzz testing. I'm not sure if it relates to the fuzzing items you removed, but it may be worth double checking.
@schaeferka, the fuzzing that is on |
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.
Seems reasonable. 👍
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.
LGTM
Description
Refactor the
store.ts
file.End to End Test:
(See Pepr Excellent Examples)
Related Issue
Fixes #959
Relates to #
Type of change
Checklist before merging