Closed dzdx closed 2 years ago
Merging #257 (42c956b) into master (51c2f74) will increase coverage by
0.00%
. The diff coverage is80.39%
.
@@ Coverage Diff @@
## master #257 +/- ##
=========================================
Coverage 76.60% 76.61%
Complexity 48 48
=========================================
Files 439 440 +1
Lines 15475 15524 +49
Branches 1505 1510 +5
=========================================
+ Hits 11855 11894 +39
- Misses 2961 2965 +4
- Partials 659 665 +6
Impacted Files | Coverage Δ | |
---|---|---|
...ion/providedata/AppRevisionWriteSwitchService.java | 66.66% <66.66%> (ø) |
|
...try/jdbc/convertor/AppRevisionDomainConvertor.java | 73.77% <88.00%> (+7.98%) |
:arrow_up: |
...egistry/common/model/constants/ValueConstants.java | 93.33% <100.00%> (+0.31%) |
:arrow_up: |
...y/sofa/registry/jdbc/domain/AppRevisionDomain.java | 100.00% <100.00%> (ø) |
|
...stry/server/session/store/AbstractDataManager.java | 77.14% <0.00%> (-1.91%) |
:arrow_down: |
...ta/lease/impl/DefaultCrossDcMetaServerManager.java | 84.61% <0.00%> (-1.54%) |
:arrow_down: |
...ofa/registry/server/session/store/DataIndexer.java | 90.32% <0.00%> (+4.83%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 51c2f74...42c956b. Read the comment docs.
Motivation:
Explain the context, and why you're making that change. To make others understand what is the problem you're trying to solve.
Modification:
大型应用发布的接口数可能会有600+, 会超过64KB限制
Result:
Fixes #.
If there is no issue then describe the changes introduced by this PR.