Closed jaydenseric closed 4 years ago
Merging #23 into master will decrease coverage by
0.74%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #23 +/- ##
==========================================
- Coverage 99.62% 98.88% -0.75%
==========================================
Files 17 17
Lines 269 269
Branches 70 70
==========================================
- Hits 268 266 -2
- Misses 1 3 +2
Flag | Coverage Δ | |
---|---|---|
#unittests | 98.88% <100.00%> (-0.75%) |
:arrow_down: |
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files | Coverage Δ | |
---|---|---|
src/lib/FormData.mjs | 98.51% <100.00%> (-1.49%) |
: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 79a84d0...fbfa47e. Read the comment docs.
I will release this today later, once I have a time to cut the release. Thanks again!
Looking forward to this being released, so I can remove some workarounds in apollo-upload-client
before I publish an update soon:
Totally forgot to publish the release. Sorry. It is available now.
Fixes https://github.com/octet-stream/form-data/issues/22 .
Field name arguments of
get
,getAll
,set
,append
, anddelete
are now coerced to string, like how nativeFormData
implementations behave.Also, while I was in the area I tidied some typos, etc. in the test names.