skalarsystems / fhirzeug

A Python FHIR specification parser and class generator
Apache License 2.0
17 stars 1 forks source link

Don't allow fields which are not defined in spec #58

Closed trojanowski closed 4 years ago

trojanowski commented 4 years ago

Closes #56

codecov[bot] commented 4 years ago

Codecov Report

Merging #58 into master will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #58      +/-   ##
==========================================
+ Coverage   82.89%   82.90%   +0.01%     
==========================================
  Files          11       11              
  Lines        1292     1293       +1     
==========================================
+ Hits         1071     1072       +1     
  Misses        221      221              
Flag Coverage Δ
#unittests 82.90% <100.00%> (+0.01%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...ators/python_pydantic/templates/resource_header.py 98.71% <100.00%> (+0.01%) :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 bb77326...e8237e2. Read the comment docs.