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

Adding option to traverse breadth or depth first up ancestor hierarchy #158

Closed cmungall closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #158 (641fd91) into main (09144c9) will increase coverage by 1.30%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #158      +/-   ##
==========================================
+ Coverage   62.17%   63.48%   +1.30%     
==========================================
  Files          49       49              
  Lines        5166     5170       +4     
  Branches     1442     1452      +10     
==========================================
+ Hits         3212     3282      +70     
+ Misses       1591     1523      -68     
- Partials      363      365       +2     
Impacted Files Coverage Δ
linkml_runtime/dumpers/json_dumper.py 79.31% <ø> (ø)
linkml_runtime/dumpers/yaml_dumper.py 100.00% <ø> (ø)
linkml_runtime/dumpers/dumper_root.py 100.00% <100.00%> (ø)
linkml_runtime/utils/metamodelcore.py 77.36% <100.00%> (ø)
linkml_runtime/utils/schemaview.py 83.61% <100.00%> (-0.52%) :arrow_down:
linkml_runtime/utils/namespaces.py 70.44% <0.00%> (+0.62%) :arrow_up:
linkml_runtime/utils/schemaops.py 74.00% <0.00%> (+2.00%) :arrow_up:
linkml_runtime/dumpers/rdf_dumper.py 71.79% <0.00%> (+2.56%) :arrow_up:
linkml_runtime/utils/eval_utils.py 79.78% <0.00%> (+6.38%) :arrow_up:
... and 2 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 ed42ba5...641fd91. Read the comment docs.