Azure / msrest-for-python

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

fix a bug in model class equality #17

Closed yugangw-msft closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #17 into master will increase coverage by 0.25%. The diff coverage is 100%.

@@            Coverage Diff             @@
##           master      #17      +/-   ##
==========================================
+ Coverage   70.94%   71.19%   +0.25%     
==========================================
  Files           9        9              
  Lines        1184     1184              
==========================================
+ Hits          840      843       +3     
+ Misses        344      341       -3
Impacted Files Coverage Δ
msrest/serialization.py 67.97% <100%> (+0.51%) :white_check_mark:

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 d8c6be6...0b44a29. Read the comment docs.

yugangw-msft commented 7 years ago

//cc @lmazuel , @annatisch

lmazuel commented 7 years ago

LGTM