-
Notifications
You must be signed in to change notification settings - Fork 67
Skip response-class casting to facilitate multi-protocol return values from pm.execution.runRequest #1098
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
Conversation
Codecov Report❌ Patch coverage is
❌ Your patch status has failed because the patch coverage (0.00%) is below the target coverage (100.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## develop #1098 +/- ##
===========================================
- Coverage 42.07% 41.97% -0.11%
===========================================
Files 14 14
Lines 808 810 +2
Branches 209 211 +2
===========================================
Hits 340 340
- Misses 428 430 +2
Partials 40 40
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Adds backwards-compatible setup for
pm.execution.runRequest's resolved value to be non-HTTP response as well. In which case there's no additional processing needed to be done.