ad-freiburg / qlever

Very fast SPARQL Engine, which can handle very large knowledge graphs like the complete Wikidata, offers context-sensitive autocompletion for SPARQL queries, and allows combination with text search. It's faster than engines like Blazegraph or Virtuoso, especially for queries involving large result sets.
Apache License 2.0
376 stars 45 forks source link

Add helper types for #1350 #1435

Closed RobinTF closed 1 month ago

RobinTF commented 1 month ago

Breakout part of #1350

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 86.39456% with 20 lines in your changes missing coverage. Please review.

Project coverage is 89.61%. Comparing base (3fad814) to head (bb3f0c4).

Files Patch % Lines
src/util/CacheableGenerator.h 86.23% 1 Missing and 18 partials :warning:
src/util/IteratorWrapper.h 88.88% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1435 +/- ## ========================================== - Coverage 89.63% 89.61% -0.03% ========================================== Files 343 345 +2 Lines 29951 30098 +147 Branches 3315 3341 +26 ========================================== + Hits 26847 26972 +125 - Misses 1957 1958 +1 - Partials 1147 1168 +21 ```

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

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud