Closed codelder closed 7 years ago
@esailor @LianZhang916 请帮忙review
Merging #48 into master will increase coverage by
0.29%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #48 +/- ##
============================================
+ Coverage 97.26% 97.55% +0.29%
- Complexity 256 281 +25
============================================
Files 26 27 +1
Lines 657 695 +38
Branches 92 96 +4
============================================
+ Hits 639 678 +39
+ Misses 15 14 -1
Partials 3 3
Impacted Files | Coverage Δ | Complexity Δ | |
---|---|---|---|
...base/persistence/repository/JpaRepositoryImpl.java | 100% <100%> (+0.98%) |
65 <19> (+17) |
:arrow_up: |
...ankapp/base/validation/validator/OccValidator.java | 100% <100%> (ø) |
3 <3> (?) |
|
...ava/org/ibankapp/base/persistence/domain/Sort.java | 100% <100%> (ø) |
23 <0> (ø) |
:arrow_down: |
...ibankapp/base/validation/IdentifierValidation.java | 97.93% <100%> (+0.06%) |
47 <0> (+5) |
: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 386900d...3e57c6f. Read the comment docs.
Merging #48 into master will decrease coverage by
10.38%
. The diff coverage is74.01%
.
@@ Coverage Diff @@
## master #48 +/- ##
=============================================
- Coverage 97.26% 86.87% -10.39%
- Complexity 256 459 +203
=============================================
Files 26 30 +4
Lines 657 1135 +478
Branches 92 195 +103
=============================================
+ Hits 639 986 +347
- Misses 15 121 +106
- Partials 3 28 +25
Impacted Files | Coverage Δ | Complexity Δ | |
---|---|---|---|
...src/main/java/org/ibankapp/base/util/DateUtil.java | 80% <0%> (-20%) |
2 <0> (-1) |
|
...ibankapp/base/validation/IdentifierValidation.java | 97.93% <100%> (+0.06%) |
47 <0> (+5) |
:arrow_up: |
...base/persistence/repository/JpaRepositoryImpl.java | 100% <100%> (+0.98%) |
65 <19> (+17) |
:arrow_up: |
...ankapp/base/validation/validator/OccValidator.java | 100% <100%> (ø) |
3 <3> (?) |
|
...ava/org/ibankapp/base/persistence/domain/Sort.java | 100% <100%> (ø) |
23 <0> (ø) |
:arrow_down: |
.../main/java/org/ibankapp/base/util/ObjectUtils.java | 28% <28%> (ø) |
12 <12> (?) |
|
...n/java/org/ibankapp/base/util/CollectionUtils.java | 66.66% <66.66%> (ø) |
6 <6> (?) |
|
.../main/java/org/ibankapp/base/util/StringUtils.java | 77.32% <76.57%> (-22.68%) |
144 <135> (+124) |
|
...l/src/main/java/org/ibankapp/base/util/Assert.java | 76.81% <76.81%> (ø) |
37 <37> (?) |
|
... and 4 more |
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 386900d...c176939. Read the comment docs.
1、增加组织机构代码校验注解 2、增加jpql查询支持 3、增加getSingleResult查询功能