-
Notifications
You must be signed in to change notification settings - Fork 32
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
fix(dynamite_runtime): use content type header to deserialize response #2228
Conversation
packages/dynamite/dynamite_runtime/lib/src/client/response.dart
Outdated
Show resolved
Hide resolved
packages/dynamite/dynamite_runtime/lib/src/client/response.dart
Outdated
Show resolved
Hide resolved
6843e3a
to
f78138f
Compare
With #2249 this should pass now (once the CI is a live again) |
packages/dynamite/dynamite_runtime/lib/src/client/response.dart
Outdated
Show resolved
Hide resolved
f78138f
to
995753e
Compare
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
995753e
to
f8e7232
Compare
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
f8e7232
to
5b30e96
Compare
I had to adjust most bloc tests as they rely on both |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2228 +/- ##
=======================================
Coverage 29.71% 29.71%
=======================================
Files 260 260
Lines 95220 95220
=======================================
Hits 28295 28295
Misses 66925 66925
*This pull request uses carry forward flags. Click here to find out more. |
Adding back the http_parser dependency :)