trpc-group / trpc-go

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

all: import renaming("gopkg.in/yaml.v3" => yaml "gopkg.in/yaml.v3") #112

Closed liuzengh closed 8 months ago

codecov[bot] commented 8 months ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (da34248) 85.77% compared to head (47f6b0f) 85.75%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #112 +/- ## ========================================== - Coverage 85.77% 85.75% -0.02% ========================================== Files 188 188 Lines 16114 16114 ========================================== - Hits 13821 13819 -2 - Misses 1734 1736 +2 Partials 559 559 ``` | [Flag](https://app.codecov.io/gh/trpc-group/trpc-go/pull/112/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/112/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=trpc-group) | `85.75% <ø> (-0.02%)` | :arrow_down: | 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. | [Files](https://app.codecov.io/gh/trpc-group/trpc-go/pull/112?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=trpc-group) | Coverage Δ | | |---|---|---| | [config.go](https://app.codecov.io/gh/trpc-group/trpc-go/pull/112?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=trpc-group#diff-Y29uZmlnLmdv) | `80.09% <ø> (ø)` | | | [config/trpc\_config.go](https://app.codecov.io/gh/trpc-group/trpc-go/pull/112?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=trpc-group#diff-Y29uZmlnL3RycGNfY29uZmlnLmdv) | `84.45% <ø> (ø)` | | | [log/config.go](https://app.codecov.io/gh/trpc-group/trpc-go/pull/112?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=trpc-group#diff-bG9nL2NvbmZpZy5nbw==) | `100.00% <ø> (ø)` | | | [plugin/setup.go](https://app.codecov.io/gh/trpc-group/trpc-go/pull/112?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=trpc-group#diff-cGx1Z2luL3NldHVwLmdv) | `100.00% <ø> (ø)` | | ... and [7 files with indirect coverage changes](https://app.codecov.io/gh/trpc-group/trpc-go/pull/112/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.

WineChord commented 8 months ago

I came across this information regarding codecov:

https://docs.codecov.com/docs/commit-status#threshold

image

It appears that we need to incorporate this into https://app.codecov.io/account/gh/trpc-group/yaml/

image

I attempted to do so yesterday, but it didn't function as anticipated.