pawitp / protobuf-decoder

JavaScript-based web UI to decode ad-hoc Protobuf data
https://protobuf-decoder.netlify.app/
MIT License
392 stars 91 forks source link

Support decoding BigInt in fixed64 #10

Closed pawitp closed 5 years ago

pawitp commented 5 years ago

Use JSBI.BigInt for browser compatibility

Fixes #3

codecov[bot] commented 5 years ago

Codecov Report

Merging #10 into master will increase coverage by 5.69%. The diff coverage is 88.88%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #10      +/-   ##
==========================================
+ Coverage   57.24%   62.94%   +5.69%     
==========================================
  Files           7        7              
  Lines         145      170      +25     
  Branches       29       32       +3     
==========================================
+ Hits           83      107      +24     
- Misses         58       59       +1     
  Partials        4        4
Impacted Files Coverage Δ
src/ProtobufPart.js 0% <0%> (ø) :arrow_up:
src/protobufPartDecoder.js 100% <100%> (ø) :arrow_up:
src/hexUtils.js 100% <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 846a07d...62a6d02. Read the comment docs.