Closed leszekhanusz closed 9 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
a3f0bd9
) 100.00% compared to head (1ae00ab
) 100.00%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
For the RequestsHTTPTransport:
json.dumps
method used to serialize the json sent to the backend.json.loads
method used to deserialize the json received from the backend.