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

WIP: RDF prefix issue fix in rdflib dumper #184

Closed victoriasoesanto closed 2 years ago

victoriasoesanto commented 2 years ago

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

codecov-commenter commented 2 years ago

Codecov Report

Merging #184 (5597c29) into main (2bd6d6b) will increase coverage by 0.46%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #184      +/-   ##
==========================================
+ Coverage   62.60%   63.06%   +0.46%     
==========================================
  Files          49       50       +1     
  Lines        5447     5491      +44     
  Branches     1551     1558       +7     
==========================================
+ Hits         3410     3463      +53     
+ Misses       1651     1605      -46     
- Partials      386      423      +37     
Impacted Files Coverage Δ
linkml_runtime/dumpers/rdflib_dumper.py 97.61% <100.00%> (+0.11%) :arrow_up:
linkml_runtime/utils/schema_as_dict.py 91.30% <100.00%> (ø)
linkml_runtime/utils/yamlutils.py 74.78% <100.00%> (+0.43%) :arrow_up:
linkml_runtime/__init__.py 89.47% <0.00%> (-10.53%) :arrow_down:
linkml_runtime/utils/eval_utils.py 73.40% <0.00%> (-6.39%) :arrow_down:
linkml_runtime/dumpers/rdf_dumper.py 69.23% <0.00%> (-2.57%) :arrow_down:
linkml_runtime/utils/schemaops.py 72.00% <0.00%> (-2.00%) :arrow_down:
linkml_runtime/utils/namespaces.py 70.25% <0.00%> (-0.64%) :arrow_down:
linkml_runtime/utils/pattern.py 85.71% <0.00%> (ø)
linkml_runtime/utils/schemaview.py 84.19% <0.00%> (+0.03%) :arrow_up:
... and 1 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 76c01a4...5597c29. Read the comment docs.