You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2021/01/03 01:10:16 UTC

[GitHub] [dubbo-go] codecov-io edited a comment on pull request #915: fix: health check

codecov-io edited a comment on pull request #915:
URL: https://github.com/apache/dubbo-go/pull/915#issuecomment-751621213


   # [Codecov](https://codecov.io/gh/apache/dubbo-go/pull/915?src=pr&el=h1) Report
   > Merging [#915](https://codecov.io/gh/apache/dubbo-go/pull/915?src=pr&el=desc) (c1cc113) into [develop](https://codecov.io/gh/apache/dubbo-go/commit/e308e19ad2c0c61738cd496d834bb322b0a0e626?el=desc) (e308e19) will **decrease** coverage by `0.14%`.
   > The diff coverage is `42.20%`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/dubbo-go/pull/915/graphs/tree.svg?width=650&height=150&src=pr&token=dcPE6RyFAL)](https://codecov.io/gh/apache/dubbo-go/pull/915?src=pr&el=tree)
   
   ```diff
   @@             Coverage Diff             @@
   ##           develop     #915      +/-   ##
   ===========================================
   - Coverage    59.91%   59.76%   -0.15%     
   ===========================================
     Files          261      265       +4     
     Lines        12912    12992      +80     
   ===========================================
   + Hits          7736     7765      +29     
   - Misses        4224     4273      +49     
   - Partials       952      954       +2     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo-go/pull/915?src=pr&el=tree) | Coverage Δ | |
   |---|---|---|
   | [cluster/router/healthcheck/default\_health\_check.go](https://codecov.io/gh/apache/dubbo-go/pull/915/diff?src=pr&el=tree#diff-Y2x1c3Rlci9yb3V0ZXIvaGVhbHRoY2hlY2svZGVmYXVsdF9oZWFsdGhfY2hlY2suZ28=) | `100.00% <ø> (+5.88%)` | :arrow_up: |
   | [common/extension/conn\_checker.go](https://codecov.io/gh/apache/dubbo-go/pull/915/diff?src=pr&el=tree#diff-Y29tbW9uL2V4dGVuc2lvbi9jb25uX2NoZWNrZXIuZ28=) | `0.00% <0.00%> (ø)` | |
   | [config/reference\_config.go](https://codecov.io/gh/apache/dubbo-go/pull/915/diff?src=pr&el=tree#diff-Y29uZmlnL3JlZmVyZW5jZV9jb25maWcuZ28=) | `80.19% <ø> (ø)` | |
   | [protocol/rpc\_status.go](https://codecov.io/gh/apache/dubbo-go/pull/915/diff?src=pr&el=tree#diff-cHJvdG9jb2wvcnBjX3N0YXR1cy5nbw==) | `50.00% <5.26%> (-31.49%)` | :arrow_down: |
   | [cluster/cluster\_impl/base\_cluster\_invoker.go](https://codecov.io/gh/apache/dubbo-go/pull/915/diff?src=pr&el=tree#diff-Y2x1c3Rlci9jbHVzdGVyX2ltcGwvYmFzZV9jbHVzdGVyX2ludm9rZXIuZ28=) | `58.13% <50.00%> (-2.98%)` | :arrow_down: |
   | [cluster/router/conncheck/conn\_check\_route.go](https://codecov.io/gh/apache/dubbo-go/pull/915/diff?src=pr&el=tree#diff-Y2x1c3Rlci9yb3V0ZXIvY29ubmNoZWNrL2Nvbm5fY2hlY2tfcm91dGUuZ28=) | `66.66% <66.66%> (ø)` | |
   | [cluster/router/conncheck/factory.go](https://codecov.io/gh/apache/dubbo-go/pull/915/diff?src=pr&el=tree#diff-Y2x1c3Rlci9yb3V0ZXIvY29ubmNoZWNrL2ZhY3RvcnkuZ28=) | `66.66% <66.66%> (ø)` | |
   | [cluster/router/chain/chain.go](https://codecov.io/gh/apache/dubbo-go/pull/915/diff?src=pr&el=tree#diff-Y2x1c3Rlci9yb3V0ZXIvY2hhaW4vY2hhaW4uZ28=) | `70.63% <78.57%> (-0.46%)` | :arrow_down: |
   | [cluster/router/conncheck/conn\_health\_check.go](https://codecov.io/gh/apache/dubbo-go/pull/915/diff?src=pr&el=tree#diff-Y2x1c3Rlci9yb3V0ZXIvY29ubmNoZWNrL2Nvbm5faGVhbHRoX2NoZWNrLmdv) | `100.00% <100.00%> (ø)` | |
   | [cluster/router/healthcheck/health\_check\_route.go](https://codecov.io/gh/apache/dubbo-go/pull/915/diff?src=pr&el=tree#diff-Y2x1c3Rlci9yb3V0ZXIvaGVhbHRoY2hlY2svaGVhbHRoX2NoZWNrX3JvdXRlLmdv) | `70.37% <100.00%> (ø)` | |
   | ... and [9 more](https://codecov.io/gh/apache/dubbo-go/pull/915/diff?src=pr&el=tree-more) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo-go/pull/915?src=pr&el=continue).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/dubbo-go/pull/915?src=pr&el=footer). Last update [9ae3c90...c1cc113](https://codecov.io/gh/apache/dubbo-go/pull/915?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org