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
Laurent Mazuel (lmazuel) merged 3 commits into
masterfrom
smart_obj
Dec 30, 2020
Merged

Smart serialize of type object#224
Laurent Mazuel (lmazuel) merged 3 commits into
masterfrom
smart_obj

Conversation

@lmazuel

Copy link
Copy Markdown
Member

Fix#223

@codecov-commenter

Codecov Comments Bot (codecov-commenter) commented Sep 21, 2020

Copy link
Copy Markdown

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 FilesCoverage Δ
msrest/serialization.py90.00% <100.00%> (-1.12%)⬇️
msrest/configuration.py75.86% <0.00%> (-2.27%)⬇️
msrest/universal_http/requests.py82.01% <0.00%> (-0.74%)⬇️
msrest/paging.py91.22% <0.00%> (-0.30%)⬇️
msrest/exceptions.py87.34% <0.00%> (-0.16%)⬇️
msrest/universal_http/__init__.py74.09% <0.00%> (-0.15%)⬇️
msrest/pipeline/universal.py94.11% <0.00%> (-0.12%)⬇️
msrest/pipeline/__init__.py91.20% <0.00%> (+0.57%)⬆️
msrest/pipeline/async_abc.py91.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.

Co-authored-by: Bjerkelund <k.bjerkelund@wilhelmsen.com>
Sign up for freeto 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

@lmazuel@codecov-commenter@ludokriss