Closed UNEXENU closed 1 day ago
Attention: Patch coverage is 84.90566%
with 8 lines
in your changes missing coverage. Please review.
Project coverage is 89.26%. Comparing base (
92d906f
) to head (014e7b3
).
Files with missing lines | Patch % | Lines |
---|---|---|
src/engine/LocalVocab.h | 61.11% | 5 Missing and 2 partials :warning: |
src/util/BlankNodeManager.h | 95.00% | 0 Missing and 1 partial :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
No test result changes.
Issues
1 New issue
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
This resolves a bug that was introduced in #1504, where the
LocalBlankNodeManager
of aLocalVocab
was not accounted for in the merge functions of theLocalVocab
.