BlueBrain / nexus-forge

Building and Using Knowledge Graphs made easy
https://nexus-forge.readthedocs.io
GNU Lesser General Public License v3.0
38 stars 19 forks source link

SPARQLStore specialization #360

Closed crisely09 closed 8 months ago

crisely09 commented 9 months ago

Adding a SPARQL specialization of a DatasetStore, built on top of #353

codecov-commenter commented 9 months ago

Codecov Report

Attention: 176 lines in your changes are missing coverage. Please review.

Comparison is base (4952365) 74.48% compared to head (bd16254) 74.42%.

Files Patch % Lines
kgforge/core/archetypes/read_only_store.py 49.47% 48 Missing :warning:
kgforge/core/archetypes/dataset_store.py 51.31% 37 Missing :warning:
kgforge/specializations/stores/bluebrain_nexus.py 40.42% 28 Missing :warning:
kgforge/specializations/stores/sparql_store.py 64.55% 28 Missing :warning:
kgforge/core/commons/sparql_query_builder.py 92.47% 7 Missing :warning:
kgforge/core/archetypes/store.py 79.16% 5 Missing :warning:
kgforge/core/commons/es_query_builder.py 37.50% 5 Missing :warning:
kgforge/core/forge.py 58.33% 5 Missing :warning:
kgforge/core/commons/execution.py 42.85% 4 Missing :warning:
kgforge/core/commons/query_builder.py 60.00% 4 Missing :warning:
... and 2 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #360 +/- ## ========================================== - Coverage 74.48% 74.42% -0.06% ========================================== Files 93 100 +7 Lines 5894 6213 +319 ========================================== + Hits 4390 4624 +234 - Misses 1504 1589 +85 ``` | [Flag](https://app.codecov.io/gh/BlueBrain/nexus-forge/pull/360/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=BlueBrain) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/BlueBrain/nexus-forge/pull/360/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=BlueBrain) | `74.42% <69.65%> (-0.06%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=BlueBrain#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.