Closed uatuko closed 6 months ago
Attention: Patch coverage is 94.23077%
with 6 lines
in your changes are missing coverage. Please review.
Project coverage is 93.11%. Comparing base (
0eb3099
) to head (15904cf
).
Files | Patch % | Lines |
---|---|---|
src/svc/relations.cpp | 94.23% | 2 Missing and 4 partials :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Introduce
graph
strategy for checking relations between two entities. The implementation uses a BFS graph traversal to derive relations if no direct relation is found.