tatethurston / TwirpScript

A protobuf RPC framework for JavaScript and TypeScript
MIT License
143 stars 13 forks source link

move enum serialization methods into enum object #153

Closed tatethurston closed 2 years ago

tatethurston commented 2 years ago

fixes #150.

codecov-commenter commented 2 years ago

Codecov Report

Merging #153 (1b46b95) into main (4bcf243) will decrease coverage by 0.09%. The diff coverage is 87.87%.

@@            Coverage Diff             @@
##             main     #153      +/-   ##
==========================================
- Coverage   86.36%   86.26%   -0.10%     
==========================================
  Files          14       14              
  Lines        1437     1427      -10     
  Branches      460      452       -8     
==========================================
- Hits         1241     1231      -10     
  Misses        196      196              
Impacted Files Coverage Δ
src/utils.ts 91.33% <ø> (ø)
src/test-serialization/message.pb.ts 88.50% <82.60%> (ø)
src/autogenerate/index.ts 97.22% <100.00%> (-0.08%) :arrow_down:

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 4bcf243...1b46b95. Read the comment docs.