linkml / linkml-runtime

Runtime support for linkml generated models
https://linkml.io/linkml/
Creative Commons Zero v1.0 Universal
25 stars 23 forks source link

bump json-flattener. #138

Closed cmungall closed 2 years ago

cmungall commented 2 years ago

fixes https://github.com/linkml/linkml/issues/622

codecov-commenter commented 2 years ago

Codecov Report

Merging #138 (446c088) into main (279f292) will increase coverage by 0.04%. The diff coverage is 63.51%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #138      +/-   ##
==========================================
+ Coverage   66.14%   66.19%   +0.04%     
==========================================
  Files          49       49              
  Lines        4602     4644      +42     
  Branches     1261     1276      +15     
==========================================
+ Hits         3044     3074      +30     
- Misses       1231     1241      +10     
- Partials      327      329       +2     
Impacted Files Coverage Δ
linkml_runtime/utils/schemaview.py 84.12% <40.74%> (-0.65%) :arrow_down:
linkml_runtime/loaders/rdflib_loader.py 87.35% <50.00%> (-0.44%) :arrow_down:
linkml_runtime/loaders/loader_root.py 66.66% <61.90%> (-9.10%) :arrow_down:
linkml_runtime/loaders/csv_loader.py 67.85% <66.66%> (-1.38%) :arrow_down:
linkml_runtime/loaders/rdf_loader.py 34.21% <66.66%> (+0.87%) :arrow_up:
linkml_runtime/loaders/json_loader.py 90.47% <100.00%> (+1.00%) :arrow_up:
linkml_runtime/loaders/yaml_loader.py 100.00% <100.00%> (ø)
linkml_runtime/utils/compile_python.py 63.33% <100.00%> (+1.26%) :arrow_up:
linkml_runtime/utils/inference_utils.py 93.65% <100.00%> (+0.43%) :arrow_up:
... and 1 more

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 27e9ba4...446c088. Read the comment docs.