OpenAtomFoundation / xupercore

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

add auto backporting support #319

Closed chenfengjin closed 2 years ago

chenfengjin commented 2 years ago

Description

Add auto backporting support. Any pull request with label backport <branch name> will cause a new pull request to release branch automatically. for example if you wanna backport your pull request to release-v5.1, just add backport release-v5.1 label after pr is created. see https://github.com/tibdex/backport for more details

Fixes # (issue)

Type of change

Please delete options that are not relevant.

codecov-commenter commented 2 years ago

Codecov Report

Merging #319 (bb2d817) into master (cb569d8) will decrease coverage by 0.00%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #319      +/-   ##
==========================================
- Coverage   45.78%   45.77%   -0.01%     
==========================================
  Files         138      138              
  Lines       12273    12273              
==========================================
- Hits         5619     5618       -1     
- Misses       5500     5505       +5     
+ Partials     1154     1150       -4     
Impacted Files Coverage Δ
bcs/network/p2pv1/conn.go 55.10% <0.00%> (-6.13%) :arrow_down:
bcs/consensus/tdpos/common.go 52.17% <0.00%> (-2.90%) :arrow_down:
bcs/consensus/tdpos/tdpos.go 46.44% <0.00%> (-0.95%) :arrow_down:
kernel/consensus/base/driver/chained-bft/smr.go 40.45% <0.00%> (+0.75%) :arrow_up:
bcs/consensus/tdpos/schedule.go 43.57% <0.00%> (+0.91%) :arrow_up:
bcs/consensus/xpoa/xpoa.go 53.29% <0.00%> (+1.01%) :arrow_up:
bcs/network/p2pv2/server.go 52.40% <0.00%> (+1.06%) :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 cb569d8...bb2d817. Read the comment docs.