Azure / msrest-for-python

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

Fix addProp and flatening #72

Closed lmazuel closed 6 years ago

lmazuel commented 6 years ago

This we try to detect additional properties but flattening was used, current code thinks everything is additional properties

FYI @johanste @derekbekoe

codecov-io commented 6 years ago

Codecov Report

Merging #72 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #72   +/-   ##
=======================================
  Coverage   81.52%   81.52%           
=======================================
  Files          10       10           
  Lines        1326     1326           
=======================================
  Hits         1081     1081           
  Misses        245      245
Impacted Files Coverage Δ
msrest/serialization.py 81.32% <100%> (ø) :arrow_up:

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 ca27867...649343c. Read the comment docs.