skalarsystems / fhirzeug

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

13 primitive fields extension #69

Closed Wauplin closed 3 years ago

Wauplin commented 3 years ago

Closes #13 . Does NOT change the cardinalities behavior. Will be addressed by its own issue.

codecov[bot] commented 3 years ago

Codecov Report

Merging #69 into master will increase coverage by 0.50%. The diff coverage is 92.50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #69      +/-   ##
==========================================
+ Coverage   83.44%   83.94%   +0.50%     
==========================================
  Files          11       11              
  Lines        1335     1414      +79     
==========================================
+ Hits         1114     1187      +73     
- Misses        221      227       +6     
Flag Coverage Δ
#unittests 83.94% <92.50%> (+0.50%) :arrow_up:

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

Impacted Files Coverage Δ
fhirzeug/fhirrenderer.py 83.69% <ø> (ø)
fhirzeug/fhirspec.py 85.07% <ø> (ø)
...ators/python_pydantic/templates/resource_header.py 96.39% <92.30%> (-2.76%) :arrow_down:
fhirzeug/fhirclass.py 65.02% <100.00%> (+0.31%) :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 d772886...d648fe9. Read the comment docs.