Skip to content

airframe-http-codegen: Add 'rpc' client type#2195

Merged
xerial merged 5 commits intomasterfrom
rpc-client-type
May 27, 2022
Merged

airframe-http-codegen: Add 'rpc' client type#2195
xerial merged 5 commits intomasterfrom
rpc-client-type

Conversation

@xerial
Copy link
Copy Markdown
Member

@xerial xerial commented May 27, 2022

Closes #2166

@codecov
Copy link
Copy Markdown

codecov Bot commented May 27, 2022

Codecov Report

Merging #2195 (49313a5) into master (ee60277) will increase coverage by 0.04%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2195      +/-   ##
==========================================
+ Coverage   82.57%   82.61%   +0.04%     
==========================================
  Files         312      313       +1     
  Lines       12353    12372      +19     
  Branches      790      782       -8     
==========================================
+ Hits        10200    10221      +21     
+ Misses       2153     2151       -2     
Impacted Files Coverage Δ
...ala/wvlet/airframe/http/codegen/HttpClientIR.scala 78.15% <ø> (+1.68%) ⬆️
...rame/http/codegen/client/HttpClientGenerator.scala 100.00% <100.00%> (ø)
...frame/http/codegen/client/RPCClientGenerator.scala 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ee60277...49313a5. Read the comment docs.

@xerial xerial merged commit cda0722 into master May 27, 2022
@xerial xerial deleted the rpc-client-type branch June 2, 2022 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

airframe-rpc: Generate RPC clients based on Sync/AsyncClient

1 participant