Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Add support for Binary Format serializer for TagMap #431

Conversation

mayurkale22
Copy link
Member

Fixes #326

@codecov-io
Copy link

codecov-io commented Mar 19, 2019

Codecov Report

Merging #431 into master will increase coverage by 0.04%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #431      +/-   ##
==========================================
+ Coverage   94.88%   94.93%   +0.04%     
==========================================
  Files         140      144       +4     
  Lines        9294     9432     +138     
  Branches      671      672       +1     
==========================================
+ Hits         8819     8954     +135     
- Misses        475      478       +3
Impacted Files Coverage Δ
src/tags/propagation/variant-encoding.ts 95% <0%> (ø)
test/test-variant-encoding.ts 100% <0%> (ø)
src/tags/propagation/binary-serializer.ts 96.36% <0%> (ø)
test/test-binary-serializer.ts 100% <0%> (ø)

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 1dae581...bccf135. Read the comment docs.

1. Add comments for MSB and REST constants
2. Remove VERSION_ID_OFFSET -> VERSION_ID_INDEX and b -> currentByte
3. Add backwards-compatible check on versionId
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants