graceful-process icon indicating copy to clipboard operation
graceful-process copied to clipboard

feat: support timeout && drop node 6.x ci

Open atian25 opened this issue 3 years ago • 2 comments

egg-cluster 里面的 beforeExit 是 agent.close,有可能存在某些插件的监听了 lifecycle 的 beforeClose 然后一直没返回的情况

atian25 avatar Jul 28 '22 09:07 atian25

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@fcc6c87). Click here to learn what that means. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master       #6   +/-   ##
=========================================
  Coverage          ?   94.11%           
=========================================
  Files             ?        2           
  Lines             ?       51           
  Branches          ?       17           
=========================================
  Hits              ?       48           
  Misses            ?        3           
  Partials          ?        0           
Impacted Files Coverage Δ
exit.js 100.00% <100.00%> (ø)
index.js 91.42% <100.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 fcc6c87...d1dbeae. Read the comment docs.

codecov[bot] avatar Jul 28 '22 09:07 codecov[bot]

ci 只留 node >=14 即可

fengmk2 avatar Aug 22 '22 15:08 fengmk2