Closed fmigneault closed 1 year ago
Base: 80.52% // Head: 80.39% // Decreases project coverage by -0.14%
:warning:
Coverage data is based on head (
e0ba532
) compared to base (cf46571
). Patch coverage: 59.42% of modified lines in pull request are covered.:exclamation: Current head e0ba532 differs from pull request most recent head 578e8bc. Consider uploading reports for the commit 578e8bc to get more accurate results
:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Features / Changes
twitcher>=0.8.0
.ResponseFactory
that inserts therequest
reference within producedresponse
objects when handled bypyramid
handlers. This is to ensure better alignment of expected object references with other code sections, such as in theMagpieAdapter
.get_registry
utility function and adjustget_settings
that reuses common operations between them.Bug Fixes
MagpieAdapter
to employ the newsend_request
method (twitcher>=0.8.0
) in order to inject the missingresponse.request
reference within the proxied response when therequests
module was used to perform the request. This resolves aNone
reference that caused most of theMagpieAdapter.response_hook
to fail.