OpenAtomFoundation / xupercore

The kernel of xuperchain.
Apache License 2.0
61 stars 47 forks source link

consensus: use XMReader.Get in kernel contract. #240

Closed aucusaga closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #240 (1028d3e) into master (c7aae45) will decrease coverage by 0.37%. The diff coverage is 19.54%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #240      +/-   ##
==========================================
- Coverage   47.16%   46.79%   -0.38%     
==========================================
  Files         136      136              
  Lines       12008    12002       -6     
==========================================
- Hits         5664     5616      -48     
- Misses       5163     5229      +66     
+ Partials     1181     1157      -24     
Impacted Files Coverage Δ
bcs/consensus/tdpos/common.go 67.18% <ø> (+3.12%) :arrow_up:
bcs/consensus/tdpos/schedule.go 47.70% <0.00%> (-0.70%) :arrow_down:
bcs/consensus/xpoa/schedule.go 48.64% <ø> (+0.43%) :arrow_up:
bcs/consensus/tdpos/kernel_contract.go 25.89% <15.58%> (-26.60%) :arrow_down:
bcs/consensus/tdpos/tdpos.go 49.27% <66.66%> (+2.18%) :arrow_up:
bcs/consensus/tdpos/status.go 64.28% <100.00%> (+37.75%) :arrow_up:
bcs/network/p2pv2/server.go 52.40% <0.00%> (+1.06%) :arrow_up:
... and 1 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 c7aae45...1028d3e. Read the comment docs.