at-wat / ebml-go

A pure Go implementation of bi-directional EBML encoder/decoder
Apache License 2.0
79 stars 14 forks source link

Skip invalid elements byte by byte #145

Closed at-wat closed 3 years ago

at-wat commented 3 years ago

Fix #143

codecov[bot] commented 3 years ago

Codecov Report

Merging #145 (1decb91) into master (148d3e6) will decrease coverage by 0.07%. The diff coverage is 92.30%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #145      +/-   ##
==========================================
- Coverage   99.04%   98.96%   -0.08%     
==========================================
  Files          22       22              
  Lines        1259     1262       +3     
==========================================
+ Hits         1247     1249       +2     
- Misses          6        7       +1     
  Partials        6        6              
Impacted Files Coverage Δ
unmarshal.go 98.12% <92.30%> (-0.61%) :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 148d3e6...1decb91. Read the comment docs.