OpenAtomFoundation / xupercore

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

net_event: fix the panic when stop a parachain. #261

Closed aucusaga closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #261 (7ef1081) into release-v5.1 (1ce8d8d) will decrease coverage by 0.06%. The diff coverage is 100.00%.

Impacted file tree graph

@@               Coverage Diff                @@
##           release-v5.1     #261      +/-   ##
================================================
- Coverage         47.52%   47.46%   -0.07%     
================================================
  Files               133      133              
  Lines             11407    11407              
================================================
- Hits               5421     5414       -7     
- Misses             4864     4872       +8     
+ Partials           1122     1121       -1     
Impacted Files Coverage Δ
bcs/consensus/pow/pow.go 42.96% <100.00%> (ø)
bcs/consensus/tdpos/common.go 64.06% <0.00%> (-3.13%) :arrow_down:
bcs/consensus/tdpos/tdpos.go 43.04% <0.00%> (-1.74%) :arrow_down:
kernel/consensus/base/driver/chained-bft/smr.go 51.44% <0.00%> (-0.97%) :arrow_down:
bcs/consensus/tdpos/schedule.go 49.31% <0.00%> (+0.91%) :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 1ce8d8d...7ef1081. Read the comment docs.