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

Revert "removing shexjsg" #140

Closed cmungall closed 2 years ago

cmungall commented 2 years ago

Reverts linkml/linkml-runtime#132

Reason:

e.g.

id: http://example.org/tests/issue_260b
name: issue_260b
description: Another small file to be imported

imports:
  - issue_260a

classes:
  C260b:
    is_a: C260a
codecov-commenter commented 2 years ago

Codecov Report

Merging #140 (de1c81e) into main (279f292) will increase coverage by 0.04%. The diff coverage is 64.93%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #140      +/-   ##
==========================================
+ 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:
linkml_runtime/utils/metamodelcore.py 77.36% <100.00%> (ø)
... 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 58a9838...de1c81e. Read the comment docs.