samuelcolvin / edge-mock

Tools for testing and developing CloudFlare worker apps.
https://www.npmjs.com/package/edge-mock
MIT License
53 stars 5 forks source link

adding FormData and File #4

Closed samuelcolvin closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #4 (2474f79) into main (eda7919) will increase coverage by 0.06%. The diff coverage is 100.00%.

:exclamation: Current head 2474f79 differs from pull request most recent head ec27326. Consider uploading reports for the commit ec27326 to get more accurate results

@@            Coverage Diff             @@
##             main       #4      +/-   ##
==========================================
+ Coverage   99.49%   99.55%   +0.06%     
==========================================
  Files          14       15       +1     
  Lines         589      679      +90     
  Branches      114      127      +13     
==========================================
+ Hits          586      676      +90     
  Misses          3        3              
Impacted Files Coverage Δ
src/utils.ts 97.91% <ø> (ø)
src/index.ts 100.00% <100.00%> (ø)
src/live_fetch.ts 100.00% <100.00%> (ø)
src/models/Blob.ts 100.00% <100.00%> (ø)
src/models/Body.ts 100.00% <100.00%> (ø)
src/models/FormData.ts 100.00% <100.00%> (ø)
src/models/Headers.ts 100.00% <100.00%> (ø)
src/models/Request.ts 100.00% <100.00%> (ø)
src/models/Response.ts 100.00% <100.00%> (ø)
src/models/index.ts 100.00% <100.00%> (ø)
... and 1 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 eda7919...ec27326. Read the comment docs.