Azure / msrest-for-python

The runtime library "msrest" for AutoRest generated Python clients.
MIT License
41 stars 64 forks source link

Smart serialize of type object #224

Closed lmazuel closed 3 years ago

lmazuel commented 4 years ago

Fix #223

codecov-commenter commented 4 years ago

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%) :arrow_down:
msrest/configuration.py 75.86% <0.00%> (-2.27%) :arrow_down:
msrest/universal_http/requests.py 82.01% <0.00%> (-0.74%) :arrow_down:
msrest/paging.py 91.22% <0.00%> (-0.30%) :arrow_down:
msrest/exceptions.py 87.34% <0.00%> (-0.16%) :arrow_down:
msrest/universal_http/__init__.py 74.09% <0.00%> (-0.15%) :arrow_down:
msrest/pipeline/universal.py 94.11% <0.00%> (-0.12%) :arrow_down:
msrest/pipeline/__init__.py 91.20% <0.00%> (+0.57%) :arrow_up:
msrest/pipeline/async_abc.py 91.42% <0.00%> (+1.28%) :arrow_up:
... 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.