Closed uatuko closed 6 months ago
Attention: Patch coverage is 94.20290%
with 4 lines
in your changes are missing coverage. Please review.
Project coverage is 93.05%. Comparing base (
d49eaa4
) to head (a22f660
).
Files | Patch % | Lines |
---|---|---|
src/svc/relations.cpp | 95.58% | 0 Missing and 3 partials :warning: |
src/db/tuples.h | 0.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Introduce
set
strategy for checking relations, which uses a set intersection algorithm to derive relations between entities if a direct relation cannot be found.💡 Refer to tests for a visual example on how the
set
strategy works.