codecov-commenter commented on PR #10372:
URL: https://github.com/apache/rocketmq/pull/10372#issuecomment-4535559472

   ## 
[Codecov](https://app.codecov.io/gh/apache/rocketmq/pull/10372?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
 Report
   :x: Patch coverage is `56.79012%` with `35 lines` in your changes missing 
coverage. Please review.
   :white_check_mark: Project coverage is 48.90%. Comparing base 
([`54708be`](https://app.codecov.io/gh/apache/rocketmq/commit/54708be637a0d3421cfe9e0b6f8a90ac5a7ef960?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache))
 to head 
([`f84f5f1`](https://app.codecov.io/gh/apache/rocketmq/commit/f84f5f1e8765735630455e34e71a94b2013c4287?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)).
   :warning: Report is 5 commits behind head on develop.
   
   | [Files with missing 
lines](https://app.codecov.io/gh/apache/rocketmq/pull/10372?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
 | Patch % | Lines |
   |---|---|---|
   | 
[...ketmq/proxy/common/SystemResourceAwareRpcHook.java](https://app.codecov.io/gh/apache/rocketmq/pull/10372?src=pr&el=tree&filepath=proxy%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Frocketmq%2Fproxy%2Fcommon%2FSystemResourceAwareRpcHook.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-cHJveHkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL3JvY2tldG1xL3Byb3h5L2NvbW1vbi9TeXN0ZW1SZXNvdXJjZUF3YXJlUnBjSG9vay5qYXZh)
 | 63.15% | [11 Missing and 10 partials :warning: 
](https://app.codecov.io/gh/apache/rocketmq/pull/10372?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
 |
   | 
[.../rocketmq/proxy/service/ClusterServiceManager.java](https://app.codecov.io/gh/apache/rocketmq/pull/10372?src=pr&el=tree&filepath=proxy%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Frocketmq%2Fproxy%2Fservice%2FClusterServiceManager.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-cHJveHkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL3JvY2tldG1xL3Byb3h5L3NlcnZpY2UvQ2x1c3RlclNlcnZpY2VNYW5hZ2VyLmphdmE=)
 | 0.00% | [9 Missing :warning: 
](https://app.codecov.io/gh/apache/rocketmq/pull/10372?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
 |
   | 
[...etmq/proxy/service/sysmessage/HeartbeatSyncer.java](https://app.codecov.io/gh/apache/rocketmq/pull/10372?src=pr&el=tree&filepath=proxy%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Frocketmq%2Fproxy%2Fservice%2Fsysmessage%2FHeartbeatSyncer.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-cHJveHkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL3JvY2tldG1xL3Byb3h5L3NlcnZpY2Uvc3lzbWVzc2FnZS9IZWFydGJlYXRTeW5jZXIuamF2YQ==)
 | 50.00% | [4 Missing :warning: 
](https://app.codecov.io/gh/apache/rocketmq/pull/10372?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
 |
   | 
[...e/rocketmq/proxy/common/InternalContextHolder.java](https://app.codecov.io/gh/apache/rocketmq/pull/10372?src=pr&el=tree&filepath=proxy%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Frocketmq%2Fproxy%2Fcommon%2FInternalContextHolder.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-cHJveHkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL3JvY2tldG1xL3Byb3h5L2NvbW1vbi9JbnRlcm5hbENvbnRleHRIb2xkZXIuamF2YQ==)
 | 85.71% | [1 Missing :warning: 
](https://app.codecov.io/gh/apache/rocketmq/pull/10372?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
 |
   
   <details><summary>Additional details and impacted files</summary>
   
   
   
   ```diff
   @@              Coverage Diff              @@
   ##             develop   #10372      +/-   ##
   =============================================
   - Coverage      48.96%   48.90%   -0.07%     
   - Complexity     13473    13476       +3     
   =============================================
     Files           1376     1378       +2     
     Lines         100546   100620      +74     
     Branches       12984    13000      +16     
   =============================================
   - Hits           49236    49211      -25     
   - Misses         45310    45378      +68     
   - Partials        6000     6031      +31     
   ```
   </details>
   
   [:umbrella: View full report in Codecov by 
Sentry](https://app.codecov.io/gh/apache/rocketmq/pull/10372?dropdown=coverage&src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache).
   
   :loudspeaker: Have feedback on the report? [Share it 
here](https://about.codecov.io/codecov-pr-comment-feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache).
   <details><summary> :rocket: New features to boost your workflow: </summary>
   
   - :snowflake: [Test 
Analytics](https://docs.codecov.com/docs/test-analytics): Detect flaky tests, 
report on failures, and find test suite problems.
   </details>


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to