trpc-group / trpc-go

A pluggable, high-performance RPC framework written in golang
Other
743 stars 85 forks source link

doc: a guide about how to use api-testing to try tRPC #129

Closed LinuxSuRen closed 8 months ago

LinuxSuRen commented 8 months ago

close https://github.com/trpc-group/trpc-go/issues/100

@WineChord gives me a very big help. Thanks for that.

github-actions[bot] commented 8 months ago

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

LinuxSuRen commented 8 months ago

I have read the CLA Document and I hereby sign the CLA

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (369c60d) 85.60258% compared to head (6be357f) 85.77014%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #129 +/- ## =================================================== + Coverage 85.60258% 85.77014% +0.16755% =================================================== Files 188 188 Lines 16114 16114 =================================================== + Hits 13794 13821 +27 + Misses 1755 1734 -21 + Partials 565 559 -6 ``` | [Flag](https://app.codecov.io/gh/trpc-group/trpc-go/pull/129/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=trpc-group) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/trpc-group/trpc-go/pull/129/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=trpc-group) | `85.77014% <ø> (+0.16755%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=trpc-group#carryforward-flags-in-the-pull-request-comment) to find out more. [see 7 files with indirect coverage changes](https://app.codecov.io/gh/trpc-group/trpc-go/pull/129/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=trpc-group)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

LinuxSuRen commented 8 months ago

v0.0.14 was released.