lumigo-io / lumigo-CLI

Open source CLI tool to help you develop and manage serverless applications.
https://lumigo.io
Apache License 2.0
331 stars 21 forks source link

fix: fix issue with the tail-x commands hanging #62

Closed theburningmonk closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #62 into master will increase coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #62      +/-   ##
==========================================
+ Coverage   94.81%   94.83%   +0.01%     
==========================================
  Files          23       23              
  Lines        1138     1142       +4     
==========================================
+ Hits         1079     1083       +4     
  Misses         59       59
Impacted Files Coverage Δ
src/commands/tail-dynamodb.js 91.04% <100%> (+0.13%) :arrow_up:
src/commands/tail-sns.js 100% <100%> (ø) :arrow_up:
src/commands/tail-kinesis.js 98.21% <100%> (+0.03%) :arrow_up:
src/commands/tail-sqs.js 97.77% <100%> (+0.05%) :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 2bfc070...adc4747. Read the comment docs.

theburningmonk commented 4 years ago

:tada: This PR is included in version 0.27.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: