at-wat / ebml-go

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

Add original element names of WebM aliases #88

Closed at-wat closed 4 years ago

at-wat commented 4 years ago

Matroska: Timestamp (https://matroska.org/technical/specs/index.html#Timestamp) WebM: Timecode (https://www.webmproject.org/docs/container/#Timecode)

codecov[bot] commented 4 years ago

Codecov Report

Merging #88 into master will increase coverage by 0.16%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #88      +/-   ##
==========================================
+ Coverage   95.94%   96.11%   +0.16%     
==========================================
  Files          15       15              
  Lines        1308     1312       +4     
==========================================
+ Hits         1255     1261       +6     
+ Misses         35       33       -2     
  Partials       18       18
Impacted Files Coverage Δ
elementtype.go 99.44% <100%> (+0.57%) :arrow_up:
unmarshal.go 92.17% <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 6250d16...0ea899b. Read the comment docs.