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

feat: support HTTP proxy #90

Closed theburningmonk closed 4 years ago

theburningmonk commented 4 years ago

Closes #86

codecov[bot] commented 4 years ago

Codecov Report

Merging #90 into master will increase coverage by 0.15%. The diff coverage is 96.29%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #90      +/-   ##
==========================================
+ Coverage   94.92%   95.08%   +0.15%     
==========================================
  Files          43       43              
  Lines        2069     2095      +26     
==========================================
+ Hits         1964     1992      +28     
+ Misses        105      103       -2     
Impacted Files Coverage Δ
src/commands/tail-cloudwatch-events-bus.js 100.00% <ø> (ø)
src/commands/tail-cloudwatch-events-rule.js 100.00% <ø> (ø)
src/lib/aws.js 90.00% <50.00%> (-10.00%) :arrow_down:
src/commands/analyze-lambda-cold-starts.js 87.58% <100.00%> (+0.08%) :arrow_up:
src/commands/analyze-lambda-cost.js 100.00% <100.00%> (ø)
src/commands/clear-account.js 92.30% <100.00%> (+0.07%) :arrow_up:
src/commands/list-kinesis-shards.js 100.00% <100.00%> (+3.17%) :arrow_up:
src/commands/list-kinesis-streams.js 100.00% <100.00%> (ø)
src/commands/list-lambda.js 96.82% <100.00%> (+0.05%) :arrow_up:
src/commands/measure-lambda-cold-starts.js 100.00% <100.00%> (ø)
... and 13 more

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 3b4d668...b081c88. Read the comment docs.

theburningmonk commented 4 years ago

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

The release is available on:

Your semantic-release bot :package::rocket: