Closed wangyuheng closed 3 years ago
Merging #60 (1a1e643) into release/1.4.0 (6e6bac2) will increase coverage by
0.59%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## release/1.4.0 #60 +/- ##
===================================================
+ Coverage 63.38% 63.97% +0.59%
- Complexity 49 55 +6
===================================================
Files 112 112
Lines 2253 2265 +12
Branches 160 161 +1
===================================================
+ Hits 1428 1449 +21
+ Misses 746 737 -9
Partials 79 79
Impacted Files | Coverage Δ | Complexity Δ | |
---|---|---|---|
.../graphqlclient/GraphqlClientInvocationHandler.java | 100.00% <100.00%> (ø) |
7.00 <0.00> (+2.00) |
|
...uhealthcare/arc/graphqlclient/GraphqlTemplate.java | 100.00% <100.00%> (+9.09%) |
6.00 <0.00> (-1.00) |
:arrow_up: |
...hcare/arc/graphqlclient/model/GraphqlResponse.java | 91.66% <100.00%> (+51.66%) |
6.00 <1.00> (+4.00) |
|
...raphqlclient/exception/GraphqlClientException.java | 100.00% <0.00%> (+50.00%) |
2.00% <0.00%> (+1.00%) |
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 d2ea6dd...1a1e643. Read the comment docs.
根据GraphqlResponse指定的泛型反序列化
fix #57