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 domain_of to induced slot. #194

Closed cmungall closed 2 years ago

cmungall commented 2 years ago

Fixes https://github.com/linkml/linkml/issues/875

codecov-commenter commented 2 years ago

Codecov Report

Merging #194 (dddaab7) into main (7a53613) will decrease coverage by 1.27%. The diff coverage is 43.24%.

@@            Coverage Diff             @@
##             main     #194      +/-   ##
==========================================
- Coverage   63.33%   62.05%   -1.28%     
==========================================
  Files          50       52       +2     
  Lines        5501     5869     +368     
  Branches     1567     1666      +99     
==========================================
+ Hits         3484     3642     +158     
- Misses       1598     1771     +173     
- Partials      419      456      +37     
Impacted Files Coverage Δ
linkml_runtime/linkml_model/annotations.py 90.38% <ø> (ø)
linkml_runtime/linkml_model/extensions.py 85.45% <ø> (ø)
linkml_runtime/linkml_model/mappings.py 0.00% <ø> (ø)
linkml_runtime/linkml_model/types.py 100.00% <ø> (ø)
linkml_runtime/linkml_model/validation.py 0.00% <0.00%> (ø)
linkml_runtime/linkml_model/meta.py 52.66% <52.27%> (-0.09%) :arrow_down:
linkml_runtime/linkml_model/units.py 76.00% <76.00%> (ø)
linkml_runtime/utils/inference_utils.py 94.02% <100.00%> (+0.37%) :arrow_up:
linkml_runtime/utils/schemaview.py 84.47% <100.00%> (+0.06%) :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 dd2378e...dddaab7. Read the comment docs.