Skip to content
This repository has been archived by the owner on Jul 2, 2020. It is now read-only.

fix: core support stop #111

Merged
merged 3 commits into from
Apr 5, 2020
Merged

fix: core support stop #111

merged 3 commits into from
Apr 5, 2020

Conversation

echosoar
Copy link
Member

@echosoar echosoar commented Apr 5, 2020

  • command-core support pause lifecycle
  • invoke getFuncList
  • add http post unit test

fix #107

@czy88840616 czy88840616 self-assigned this Apr 5, 2020
@codecov-io
Copy link

codecov-io commented Apr 5, 2020

Codecov Report

Merging #111 into master will increase coverage by 0.70%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #111      +/-   ##
==========================================
+ Coverage   79.89%   80.59%   +0.70%     
==========================================
  Files          77       78       +1     
  Lines        2880     2881       +1     
  Branches      280      278       -2     
==========================================
+ Hits         2301     2322      +21     
+ Misses        577      557      -20     
  Partials        2        2              
Impacted Files Coverage Δ
packages/faas-cli-command-core/src/core.ts 83.95% <100.00%> (+0.20%) ⬆️
packages/faas-cli-plugin-invoke/src/getFuncList.ts 100.00% <100.00%> (ø)
packages/faas-cli-plugin-invoke/src/index.ts 79.48% <100.00%> (+7.02%) ⬆️
packages/faas-cli-command-core/src/debug.ts 65.62% <0.00%> (+4.68%) ⬆️

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 f0a141d...bc2f2c0. Read the comment docs.

@czy88840616 czy88840616 changed the title Fix/core support stop fix: core support stop Apr 5, 2020
@czy88840616 czy88840616 merged commit 4ecf423 into master Apr 5, 2020
@czy88840616 czy88840616 deleted the fix/core-support-stop branch April 5, 2020 06:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

invoke 参数 data 传递不符合预期
3 participants