-
Notifications
You must be signed in to change notification settings - Fork 673
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
Empty state response #1979
Empty state response #1979
Conversation
ffd2f2b
to
3212fe4
Compare
Codecov Report
@@ Coverage Diff @@
## staging #1979 +/- ##
===========================================
- Coverage 87.37% 87.03% -0.34%
===========================================
Files 167 170 +3
Lines 31851 33547 +1696
===========================================
+ Hits 27830 29199 +1369
- Misses 4021 4348 +327
Continue to review full report at Codecov.
|
001822f
to
78ab6b6
Compare
3a5361d
to
6ff6506
Compare
78ab6b6
to
0a86217
Compare
3e40f17
to
8385648
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.
what's the reason for splitting state request into StateRequestHeader
and StateRequestPart
?
Code quality. We're having less magic inside. |
Related to #1052.