at-wat / ebml-go

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

Rename Type to DataType #104

Closed at-wat closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #104 into master will not change coverage. The diff coverage is 91.66%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #104   +/-   ##
=======================================
  Coverage   98.33%   98.33%           
=======================================
  Files          19       19           
  Lines        1562     1562           
=======================================
  Hits         1536     1536           
  Misses         17       17           
  Partials        9        9
Impacted Files Coverage Δ
elementtable.go 71.42% <ø> (ø) :arrow_up:
value.go 98.46% <ø> (ø) :arrow_up:
marshal.go 94.82% <100%> (ø) :arrow_up:
unmarshal.go 98.26% <100%> (ø) :arrow_up:
datatype.go 90.24% <88.88%> (ø) :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 8676cf5...4dc3439. Read the comment docs.