linkml / linkml-runtime

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

Ensure SchemaView uses importmap argument #271

Closed cmungall closed 1 year ago

cmungall commented 1 year ago

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

codecov-commenter commented 1 year ago

Codecov Report

Merging #271 (d9448d1) into main (74d699c) will increase coverage by 0.17%. The diff coverage is 74.15%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##             main     #271      +/-   ##
==========================================
+ Coverage   65.86%   66.03%   +0.17%     
==========================================
  Files          56       60       +4     
  Lines        7613     7699      +86     
  Branches     2012     2020       +8     
==========================================
+ Hits         5014     5084      +70     
- Misses       2009     2025      +16     
  Partials      590      590              
Impacted Files Coverage Δ
linkml_runtime/linkml_model/validation.py 0.00% <0.00%> (ø)
linkml_runtime/utils/context_utils.py 73.33% <ø> (+5.00%) :arrow_up:
linkml_runtime/loaders/loader_root.py 69.84% <54.28%> (+3.17%) :arrow_up:
linkml_runtime/dumpers/rdf_dumper.py 65.90% <55.55%> (-5.89%) :arrow_down:
linkml_runtime/loaders/delimited_file_loader.py 82.85% <82.85%> (ø)
linkml_runtime/dumpers/json_dumper.py 77.77% <84.61%> (-1.54%) :arrow_down:
linkml_runtime/loaders/yaml_loader.py 92.30% <85.71%> (+1.00%) :arrow_up:
linkml_runtime/utils/schemaview.py 87.79% <88.88%> (ø)
linkml_runtime/dumpers/delimited_file_dumper.py 89.65% <89.65%> (ø)
linkml_runtime/dumpers/__init__.py 100.00% <100.00%> (ø)
... and 12 more