OpenAtomFoundation / xupercore

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

fix: ignore docker setup as it hangs because docker daemon can not be started #239

Closed chenfengjin closed 3 years ago

chenfengjin commented 3 years ago

Description

ignore docker setup as it hangs because docker daemon can not be started

Type of change

Please delete options that are not relevant.

codecov-commenter commented 3 years ago

Codecov Report

Merging #239 (d332264) into master (9bdaaa2) will decrease coverage by 0.80%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #239      +/-   ##
==========================================
- Coverage   48.23%   47.42%   -0.81%     
==========================================
  Files         134      134              
  Lines       11513    11513              
==========================================
- Hits         5553     5460      -93     
- Misses       4819     4917      +98     
+ Partials     1141     1136       -5     
Impacted Files Coverage Δ
bcs/contract/native/runtime.go 13.18% <0.00%> (-56.05%) :arrow_down:
bcs/contract/native/contract_process.go 58.82% <0.00%> (-10.09%) :arrow_down:
bcs/network/p2pv1/conn.go 53.19% <0.00%> (-6.39%) :arrow_down:
bcs/contract/native/process_manager.go 68.42% <0.00%> (-3.51%) :arrow_down:
bcs/consensus/pow/pow.go 39.54% <0.00%> (-3.43%) :arrow_down:
bcs/consensus/tdpos/common.go 64.06% <0.00%> (-3.13%) :arrow_down:
bcs/contract/xvm/code_manager.go 63.63% <0.00%> (-2.73%) :arrow_down:
bcs/consensus/xpoa/xpoa.go 55.06% <0.00%> (-1.77%) :arrow_down:
bcs/consensus/tdpos/tdpos.go 40.16% <0.00%> (-1.61%) :arrow_down:

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 9bdaaa2...d332264. Read the comment docs.