genomoncology / related

Nested Object Models in Python with dictionary, YAML, and JSON transformation support
MIT License
198 stars 15 forks source link

Include @property attributes during serialization #22

Open GeorgeLubaretsi opened 5 years ago

GeorgeLubaretsi commented 5 years ago

Resolves #21

codecov-io commented 5 years ago

Codecov Report

Merging #22 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #22      +/-   ##
==========================================
+ Coverage   99.81%   99.81%   +<.01%     
==========================================
  Files           9        9              
  Lines         532      544      +12     
==========================================
+ Hits          531      543      +12     
  Misses          1        1
Impacted Files Coverage Δ
src/related/decorators.py 97.72% <100%> (+0.58%) :arrow_up:
src/related/functions.py 100% <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 279a053...e8b5033. Read the comment docs.