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

add mangle-name opt to schemaview induced slots. This gives callers the options of whether the name field will be populated with a mangled name. E.g. Person__description #130

Closed cmungall closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #130 (8ac699e) into main (ea2f633) will increase coverage by 0.68%. The diff coverage is 67.79%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #130      +/-   ##
==========================================
+ Coverage   65.30%   65.98%   +0.68%     
==========================================
  Files          49       49              
  Lines        4554     4607      +53     
  Branches     1229     1263      +34     
==========================================
+ Hits         2974     3040      +66     
+ Misses       1258     1237      -21     
- Partials      322      330       +8     
Impacted Files Coverage Δ
linkml_runtime/loaders/json_loader.py 89.47% <50.00%> (+0.58%) :arrow_up:
linkml_runtime/utils/schemaview.py 83.48% <50.00%> (-0.35%) :arrow_down:
linkml_runtime/utils/dataclass_extensions_376.py 65.28% <70.58%> (+38.26%) :arrow_up:
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 80.48% <0.00%> (+4.87%) :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 7ccb070...8ac699e. Read the comment docs.