at-wat / ebml-go

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

Fix exposed buffer size type to int64 #91

Closed at-wat closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #91 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #91   +/-   ##
=======================================
  Coverage   96.94%   96.94%           
=======================================
  Files          16       16           
  Lines        1408     1408           
=======================================
  Hits         1365     1365           
  Misses         26       26           
  Partials       17       17
Impacted Files Coverage Δ
unlacer.go 100% <100%> (ø) :arrow_up:
block.go 94.36% <100%> (ø) :arrow_up:
value.go 98.46% <100%> (ø) :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 947b61d...066b21d. Read the comment docs.