m4nuC / async-busboy

Promise based multipart form parser for KoaJS
MIT License
167 stars 58 forks source link

Fix yield saving tmp files #14

Closed dominhhai closed 7 years ago

dominhhai commented 7 years ago

This PR fixs https://github.com/m4nuC/async-busboy/issues/7 issue.

codecov-io commented 7 years ago

Codecov Report

Merging #14 into master will decrease coverage by 2.16%. The diff coverage is 88.23%.

@@            Coverage Diff             @@
##           master      #14      +/-   ##
==========================================
- Coverage   94.11%   91.95%   -2.17%     
==========================================
  Files           1        1              
  Lines          85       87       +2     
  Branches        6        7       +1     
==========================================
  Hits           80       80              
- Misses          5        7       +2
Impacted Files Coverage Δ
index.js 91.95% <88.23%> (-2.17%) :arrow_down:

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 396f333...b182563. Read the comment docs.

m4nuC commented 7 years ago

Hi @dominhhai, I apologize for the delay, I was traveling last week. Thanks for your contribution. I merged #16 instead because of the test coverage.