Closed joka921 closed 2 months ago
Attention: Patch coverage is 87.95181%
with 10 lines
in your changes missing coverage. Please review.
Project coverage is 89.50%. Comparing base (
d900cd7
) to head (79a91c9
). Report is 5 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
src/engine/CountAvailablePredicates.cpp | 0.00% | 9 Missing :warning: |
src/index/IndexBuilderTypes.h | 95.23% | 0 Missing and 1 partial :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Issues
6 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
So far, there was special code for internal IRIs like
ql:has-predicate
orql:default-graph
. Now there is special code only in the first stage of the indexing building, but once the partial vocabularies are merged, they have a name in the normal vocabulary just like all other entities. In particular, this fixes the problem thatql:default-graph
was shown as3
in the output.