Closed at-wat closed 3 years ago
Merging #147 (fd5e125) into master (1d0de7b) will increase coverage by
0.25%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #147 +/- ##
==========================================
+ Coverage 98.96% 99.22% +0.25%
==========================================
Files 22 23 +1
Lines 1262 1291 +29
==========================================
+ Hits 1249 1281 +32
+ Misses 7 5 -2
+ Partials 6 5 -1
Impacted Files | Coverage Δ | |
---|---|---|
block.go | 100.00% <100.00%> (ø) |
|
reader.go | 100.00% <100.00%> (ø) |
|
unlacer.go | 100.00% <100.00%> (+2.32%) |
:arrow_up: |
unmarshal.go | 98.83% <100.00%> (+0.71%) |
:arrow_up: |
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 1d0de7b...fd5e125. Read the comment docs.
Using bench data: https://github.com/at-wat/ebml-go/pull/148
master
BenchmarkUnmarshal-32 611911 9060 ns/op 2844 B/op 171 allocs/op
this PR
BenchmarkUnmarshal-32 529870 10677 ns/op 2951 B/op 176 allocs/op
fix #146
master branch
this PR 18c1df0
c66164e