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

Prepare model files for release 1.3 #192

Closed cmungall closed 2 years ago

cmungall commented 2 years ago

This is the branch to make release candidates for 1.3

Do not merge until 1.3 is post rc stage

codecov-commenter commented 2 years ago

Codecov Report

Merging #192 (2a46c65) into main (7a53613) will decrease coverage by 1.47%. The diff coverage is 42.77%.

@@            Coverage Diff             @@
##             main     #192      +/-   ##
==========================================
- Coverage   63.33%   61.86%   -1.48%     
==========================================
  Files          50       52       +2     
  Lines        5501     5847     +346     
  Branches     1567     1656      +89     
==========================================
+ Hits         3484     3617     +133     
- Misses       1598     1770     +172     
- Partials      419      460      +41     
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 93.93% <100.00%> (+0.28%) :arrow_up:
linkml_runtime/utils/eval_utils.py 73.40% <0.00%> (-6.39%) :arrow_down:
linkml_runtime/utils/enumerations.py 60.31% <0.00%> (-3.46%) :arrow_down:
... and 11 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 885e95a...2a46c65. Read the comment docs.