Closed MrCreosote closed 5 years ago
Merging #82 into master will increase coverage by
0.02%
. The diff coverage is92.3%
.
@@ Coverage Diff @@
## master #82 +/- ##
==========================================
+ Coverage 91.41% 91.44% +0.02%
==========================================
Files 12 12
Lines 1247 1286 +39
==========================================
+ Hits 1140 1176 +36
- Misses 82 84 +2
- Partials 25 26 +1
Impacted Files | Coverage Δ | |
---|---|---|
service/server.go | 97.57% <92.3%> (-0.62%) |
: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 d664f3d...a9196f0. Read the comment docs.
Found what appears to be a bug in the go mime library such that parsing a multipart form can sometimes return that it's not a MPF when it really is.