Skip to content
This repository was archived by the owner on Feb 28, 2026. It is now read-only.

Smart serialize of type object#224

Merged
lmazuel merged 3 commits intomasterfrom
smart_obj
Dec 30, 2020
Merged

Smart serialize of type object#224
lmazuel merged 3 commits intomasterfrom
smart_obj

Conversation

@lmazuel
Copy link
Member

@lmazuel lmazuel commented Sep 21, 2020

Fix #223

@codecov-commenter
Copy link

codecov-commenter commented Sep 21, 2020

Codecov Report

Merging #224 into master will decrease coverage by 0.44%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #224      +/-   ##
==========================================
- Coverage   86.23%   85.78%   -0.45%     
==========================================
  Files          25       25              
  Lines        2738     2687      -51     
==========================================
- Hits         2361     2305      -56     
- Misses        377      382       +5     
Impacted Files Coverage Δ
msrest/serialization.py 90.00% <100.00%> (-1.12%) ⬇️
msrest/configuration.py 75.86% <0.00%> (-2.27%) ⬇️
msrest/universal_http/requests.py 82.01% <0.00%> (-0.74%) ⬇️
msrest/paging.py 91.22% <0.00%> (-0.30%) ⬇️
msrest/exceptions.py 87.34% <0.00%> (-0.16%) ⬇️
msrest/universal_http/__init__.py 74.09% <0.00%> (-0.15%) ⬇️
msrest/pipeline/universal.py 94.11% <0.00%> (-0.12%) ⬇️
msrest/pipeline/__init__.py 91.20% <0.00%> (+0.57%) ⬆️
msrest/pipeline/async_abc.py 91.42% <0.00%> (+1.28%) ⬆️
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 98e2ebe...b5d2aac. Read the comment docs.

ludokriss and others added 2 commits October 29, 2020 17:26
Co-authored-by: Bjerkelund <k.bjerkelund@wilhelmsen.com>
@lmazuel lmazuel merged commit 209fa61 into master Dec 30, 2020
@lmazuel lmazuel deleted the smart_obj branch December 30, 2020 00:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Serialization for non-standard types yields incorrect output

3 participants