m4nuC / async-busboy

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

handle multiple select form #20

Closed dominhhai closed 7 years ago

dominhhai commented 7 years ago

Should return an array of selected options.

codecov-io commented 7 years ago

Codecov Report

Merging #20 into master will decrease coverage by 0.7%. The diff coverage is 90.9%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #20      +/-   ##
==========================================
- Coverage   94.18%   93.47%   -0.71%     
==========================================
  Files           1        1              
  Lines          86       92       +6     
  Branches        6        9       +3     
==========================================
+ Hits           81       86       +5     
- Misses          5        6       +1
Impacted Files Coverage Δ
index.js 93.47% <90.9%> (-0.71%) :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 c8ca4c7...e6e2c4d. Read the comment docs.

m4nuC commented 7 years ago

Thanks @dominhhai 👍