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: Fixed RDF prefix issue in rdflib dumper #181

Closed victoriasoesanto closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #181 (d3099b4) into main (0bd2d1b) will decrease coverage by 0.02%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #181      +/-   ##
==========================================
- Coverage   62.37%   62.35%   -0.03%     
==========================================
  Files          48       48              
  Lines        5427     5437      +10     
  Branches     1548     1545       -3     
==========================================
+ Hits         3385     3390       +5     
- Misses       1654     1656       +2     
- Partials      388      391       +3     
Impacted Files Coverage Δ
linkml_runtime/dumpers/rdflib_dumper.py 97.64% <100.00%> (+0.14%) :arrow_up:
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/distroutils.py 70.73% <0.00%> (-1.77%) :arrow_down:
linkml_runtime/utils/namespaces.py 70.25% <0.00%> (-0.64%) :arrow_down:
linkml_runtime/linkml_model/meta.py 51.53% <0.00%> (-0.05%) :arrow_down:
linkml_runtime/utils/schema_as_dict.py 91.30% <0.00%> (ø)
linkml_runtime/utils/yamlutils.py 74.78% <0.00%> (+0.43%) :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 d1f8300...d3099b4. Read the comment docs.