jazzband / jsonmodels

jsonmodels is library to make it easier for you to deal with structures that are converted to, or read from JSON.
http://jsonmodels.readthedocs.org/en/latest/
BSD 3-Clause "New" or "Revised" License
334 stars 51 forks source link

Fix schema for derived fields #152

Closed beregond closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #152 (baa7c54) into master (1699229) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #152   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            8         8           
  Lines          743       746    +3     
  Branches       155       155           
=========================================
+ Hits           743       746    +3     
Impacted Files Coverage Δ
jsonmodels/parsers.py 100.00% <100.00%> (ø)
jsonmodels/validators.py 100.00% <100.00%> (ø)

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 1699229...baa7c54. Read the comment docs.