Closed uatuko closed 2 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 93.90%. Comparing base (
31d51d3
) to head (29331e3
). Report is 6 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This is mainly to drop
google.api.http
annotations used for gRPC/JSON transcoding support (9136c98aa4a75004acf85a20df274138b38d6bcd) and to avoid sharing top-level request/response messages across rpcs (29331e315896dd0778fed236c63eb309aa35d844).gRPC/JSON transcoding support is dropped since Ruek is not expected to be public facing API so there's shouldn't be a need to receive HTTP requests (e.g. from a browser).