codecov[bot] commented on PR #8008: URL: https://github.com/apache/incubator-seata/pull/8008#issuecomment-4095296330
## [Codecov](https://app.codecov.io/gh/apache/incubator-seata/pull/8008?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 `91.66667%` with `2 lines` in your changes missing coverage. Please review. :white_check_mark: Project coverage is 72.27%. Comparing base ([`a63866f`](https://app.codecov.io/gh/apache/incubator-seata/commit/a63866fcea40885cd318984207999f367813a4d5?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)) to head ([`d4c30d7`](https://app.codecov.io/gh/apache/incubator-seata/commit/d4c30d746a6a30d66a33090c924840ac2a6a200c?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)). | [Files with missing lines](https://app.codecov.io/gh/apache/incubator-seata/pull/8008?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Patch % | Lines | |---|---|---| | [...a/engine/repo/impl/StateMachineRepositoryImpl.java](https://app.codecov.io/gh/apache/incubator-seata/pull/8008?src=pr&el=tree&filepath=saga%2Fseata-saga-engine%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fseata%2Fsaga%2Fengine%2Frepo%2Fimpl%2FStateMachineRepositoryImpl.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c2FnYS9zZWF0YS1zYWdhLWVuZ2luZS9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvc2VhdGEvc2FnYS9lbmdpbmUvcmVwby9pbXBsL1N0YXRlTWFjaGluZVJlcG9zaXRvcnlJbXBsLmphdmE=) | 33.33% | [2 Missing :warning: ](https://app.codecov.io/gh/apache/incubator-seata/pull/8008?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 @@ ## 2.x #8008 +/- ## ============================================ + Coverage 72.24% 72.27% +0.02% Complexity 876 876 ============================================ Files 1310 1310 Lines 49977 49975 -2 Branches 5945 5945 ============================================ + Hits 36107 36120 +13 + Misses 10917 10907 -10 + Partials 2953 2948 -5 ``` | [Files with missing lines](https://app.codecov.io/gh/apache/incubator-seata/pull/8008?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Coverage Δ | | |---|---|---| | [...saga/engine/pcext/handlers/ChoiceStateHandler.java](https://app.codecov.io/gh/apache/incubator-seata/pull/8008?src=pr&el=tree&filepath=saga%2Fseata-saga-engine%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fseata%2Fsaga%2Fengine%2Fpcext%2Fhandlers%2FChoiceStateHandler.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c2FnYS9zZWF0YS1zYWdhLWVuZ2luZS9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvc2VhdGEvc2FnYS9lbmdpbmUvcGNleHQvaGFuZGxlcnMvQ2hvaWNlU3RhdGVIYW5kbGVyLmphdmE=) | `72.97% <100.00%> (ø)` | | | [...xt/interceptors/ServiceTaskHandlerInterceptor.java](https://app.codecov.io/gh/apache/incubator-seata/pull/8008?src=pr&el=tree&filepath=saga%2Fseata-saga-engine%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fseata%2Fsaga%2Fengine%2Fpcext%2Finterceptors%2FServiceTaskHandlerInterceptor.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c2FnYS9zZWF0YS1zYWdhLWVuZ2luZS9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvc2VhdGEvc2FnYS9lbmdpbmUvcGNleHQvaW50ZXJjZXB0b3JzL1NlcnZpY2VUYXNrSGFuZGxlckludGVyY2VwdG9yLmphdmE=) | `57.33% <100.00%> (ø)` | | | [...ta/saga/engine/pcext/utils/CompensationHolder.java](https://app.codecov.io/gh/apache/incubator-seata/pull/8008?src=pr&el=tree&filepath=saga%2Fseata-saga-engine%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fseata%2Fsaga%2Fengine%2Fpcext%2Futils%2FCompensationHolder.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c2FnYS9zZWF0YS1zYWdhLWVuZ2luZS9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvc2VhdGEvc2FnYS9lbmdpbmUvcGNleHQvdXRpbHMvQ29tcGVuc2F0aW9uSG9sZGVyLmphdmE=) | `67.85% <100.00%> (ø)` | | | [...che/seata/saga/engine/pcext/utils/EngineUtils.java](https://app.codecov.io/gh/apache/incubator-seata/pull/8008?src=pr&el=tree&filepath=saga%2Fseata-saga-engine%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fseata%2Fsaga%2Fengine%2Fpcext%2Futils%2FEngineUtils.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c2FnYS9zZWF0YS1zYWdhLWVuZ2luZS9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvc2VhdGEvc2FnYS9lbmdpbmUvcGNleHQvdXRpbHMvRW5naW5lVXRpbHMuamF2YQ==) | `70.19% <100.00%> (ø)` | | | [...ata/saga/engine/pcext/utils/LoopContextHolder.java](https://app.codecov.io/gh/apache/incubator-seata/pull/8008?src=pr&el=tree&filepath=saga%2Fseata-saga-engine%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fseata%2Fsaga%2Fengine%2Fpcext%2Futils%2FLoopContextHolder.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c2FnYS9zZWF0YS1zYWdhLWVuZ2luZS9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvc2VhdGEvc2FnYS9lbmdpbmUvcGNleHQvdXRpbHMvTG9vcENvbnRleHRIb2xkZXIuamF2YQ==) | `97.14% <100.00%> (ø)` | | | [...e/seata/saga/engine/pcext/utils/LoopTaskUtils.java](https://app.codecov.io/gh/apache/incubator-seata/pull/8008?src=pr&el=tree&filepath=saga%2Fseata-saga-engine%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fseata%2Fsaga%2Fengine%2Fpcext%2Futils%2FLoopTaskUtils.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c2FnYS9zZWF0YS1zYWdhLWVuZ2luZS9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvc2VhdGEvc2FnYS9lbmdpbmUvcGNleHQvdXRpbHMvTG9vcFRhc2tVdGlscy5qYXZh) | `51.91% <100.00%> (ø)` | | | [.../seata/saga/engine/pcext/utils/ParameterUtils.java](https://app.codecov.io/gh/apache/incubator-seata/pull/8008?src=pr&el=tree&filepath=saga%2Fseata-saga-engine%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fseata%2Fsaga%2Fengine%2Fpcext%2Futils%2FParameterUtils.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c2FnYS9zZWF0YS1zYWdhLWVuZ2luZS9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvc2VhdGEvc2FnYS9lbmdpbmUvcGNleHQvdXRpbHMvUGFyYW1ldGVyVXRpbHMuamF2YQ==) | `92.77% <100.00%> (-0.09%)` | :arrow_down: | | [...ata/saga/proctrl/eventing/impl/DirectEventBus.java](https://app.codecov.io/gh/apache/incubator-seata/pull/8008?src=pr&el=tree&filepath=saga%2Fseata-saga-processctrl%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fseata%2Fsaga%2Fproctrl%2Feventing%2Fimpl%2FDirectEventBus.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c2FnYS9zZWF0YS1zYWdhLXByb2Nlc3NjdHJsL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9zZWF0YS9zYWdhL3Byb2N0cmwvZXZlbnRpbmcvaW1wbC9EaXJlY3RFdmVudEJ1cy5qYXZh) | `81.48% <100.00%> (ø)` | | | [.../engine/invoker/impl/SpringBeanServiceInvoker.java](https://app.codecov.io/gh/apache/incubator-seata/pull/8008?src=pr&el=tree&filepath=saga%2Fseata-saga-spring%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fseata%2Fsaga%2Fengine%2Finvoker%2Fimpl%2FSpringBeanServiceInvoker.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c2FnYS9zZWF0YS1zYWdhLXNwcmluZy9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvc2VhdGEvc2FnYS9lbmdpbmUvaW52b2tlci9pbXBsL1NwcmluZ0JlYW5TZXJ2aWNlSW52b2tlci5qYXZh) | `67.97% <100.00%> (-0.57%)` | :arrow_down: | | [...a/engine/repo/impl/StateMachineRepositoryImpl.java](https://app.codecov.io/gh/apache/incubator-seata/pull/8008?src=pr&el=tree&filepath=saga%2Fseata-saga-engine%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fseata%2Fsaga%2Fengine%2Frepo%2Fimpl%2FStateMachineRepositoryImpl.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c2FnYS9zZWF0YS1zYWdhLWVuZ2luZS9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvc2VhdGEvc2FnYS9lbmdpbmUvcmVwby9pbXBsL1N0YXRlTWFjaGluZVJlcG9zaXRvcnlJbXBsLmphdmE=) | `57.54% <33.33%> (+1.47%)` | :arrow_up: | ... and [8 files with indirect coverage changes](https://app.codecov.io/gh/apache/incubator-seata/pull/8008/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) [](https://app.codecov.io/gh/apache/incubator-seata/pull/8008?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) </details> <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. - :package: [JS Bundle Analysis](https://docs.codecov.com/docs/javascript-bundle-analysis): Save yourself from yourself by tracking and limiting bundle sizes in JS merges. </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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
