medikoo / serverless-plugin-reducer

Serverless plugin: Reduce Node.js lambda package so it contains only lambda dependencies
ISC License
14 stars 5 forks source link

Fix package inclusion to accept any file's type #8

Closed ddomingues closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #8 (366c482) into main (ff133f0) will increase coverage by 0.09%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main       #8      +/-   ##
==========================================
+ Coverage   96.82%   96.92%   +0.09%     
==========================================
  Files           3        3              
  Lines          63       65       +2     
==========================================
+ Hits           61       63       +2     
  Misses          2        2              
Impacted Files Coverage Δ
index.js 97.14% <100.00%> (+0.17%) :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 ff133f0...366c482. Read the comment docs.

ddomingues commented 2 years ago

@ddomingues wow, that's a very important find. Great thanks for fixing this!

👊