optimize: add StateType Enum #6891
Merged
Codecov / codecov/project
succeeded
Nov 27, 2024 in 0s
52.58% (-0.04%) compared to 34990eb
View this Pull Request on Codecov
52.58% (-0.04%) compared to 34990eb
Details
Codecov Report
Attention: Patch coverage is 40.22989%
with 52 lines
in your changes missing coverage. Please review.
Project coverage is 52.58%. Comparing base (
34990eb
) to head (90f9efc
).
Report is 2 commits behind head on 2.x.
Additional details and impacted files
@@ Coverage Diff @@
## 2.x #6891 +/- ##
============================================
- Coverage 52.61% 52.58% -0.04%
- Complexity 6590 6599 +9
============================================
Files 1126 1128 +2
Lines 40004 40082 +78
Branches 4696 4703 +7
============================================
+ Hits 21050 21076 +26
- Misses 16946 16998 +52
Partials 2008 2008
Files with missing lines | Coverage Δ | |
---|---|---|
...he/seata/saga/statelang/domain/impl/BaseState.java | 94.73% <ø> (ø) |
|
...ta/saga/statelang/domain/impl/ChoiceStateImpl.java | 89.47% <100.00%> (ø) |
|
...omain/impl/CompensateSubStateMachineStateImpl.java | 100.00% <100.00%> (ø) |
|
...lang/domain/impl/CompensationTriggerStateImpl.java | 100.00% <100.00%> (ø) |
|
...a/saga/statelang/domain/impl/FailEndStateImpl.java | 100.00% <100.00%> (ø) |
|
...aga/statelang/domain/impl/ScriptTaskStateImpl.java | 100.00% <100.00%> (ø) |
|
...ga/statelang/domain/impl/ServiceTaskStateImpl.java | 75.00% <100.00%> (ø) |
|
.../saga/statelang/domain/impl/StateInstanceImpl.java | 0.00% <ø> (ø) |
|
...aga/statelang/domain/impl/SubStateMachineImpl.java | 100.00% <100.00%> (ø) |
|
...aga/statelang/domain/impl/SucceedEndStateImpl.java | 100.00% <100.00%> (ø) |
|
... and 10 more |
Loading