Closed uatuko closed 6 months ago
Attention: Patch coverage is 84.21053%
with 9 lines
in your changes are missing coverage. Please review.
Project coverage is 93.33%. Comparing base (
a8cc563
) to head (7475d91
).
Files | Patch % | Lines |
---|---|---|
src/svc/resources.cpp | 84.21% | 6 Missing and 3 partials :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Since authorisation records are now stored in
tuples
(#77), we need to update Resources gRPC endpoints to usetuples
instead ofrecords
.