Closed wangyuheng closed 3 years ago
Merging #58 (22bd01e) into release/1.4.0 (6e6bac2) will increase coverage by
0.01%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## release/1.4.0 #58 +/- ##
===================================================
+ Coverage 63.38% 63.39% +0.01%
Complexity 49 49
===================================================
Files 112 112
Lines 2253 2254 +1
Branches 160 160
===================================================
+ Hits 1428 1429 +1
Misses 746 746
Partials 79 79
Impacted Files | Coverage Δ | Complexity Δ | |
---|---|---|---|
...uhealthcare/arc/graphqlclient/GraphqlTemplate.java | 91.30% <100.00%> (+0.39%) |
7.00 <0.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 a6d8a3c...a645fe5. Read the comment docs.
fix #56
因为 client 只是为了反序列化, 所以指定 accept 为 json 格式 。