Open naomijub opened 1 year ago
@alexandrasp You don't need to manually create the protobufs, you can just add them to https://github.com/naomijub/gXTDB/blob/main/resources/service.proto as Request and Response data structures, create a service that handles them then execute
make all
quick and easy 🥇
Patch coverage has no change and project coverage change: +0.12%
:tada:
Comparison is base (
ffe45e3
) 70.98% compared to head (6b9ff37
) 71.11%.
:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@alexandrasp You don't need to manually create the protobufs, you can just add them to https://github.com/naomijub/gXTDB/blob/main/resources/service.proto as Request and Response data structures, create a service that handles them then execute
make all