phoreproject / graphene

Phore Synapse working repository
MIT License
13 stars 6 forks source link

Added ToProto/FromProto methods for all primitive types #28

Closed meyer9 closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #28 into master will increase coverage by 14.06%. The diff coverage is 76.81%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #28       +/-   ##
===========================================
+ Coverage   48.07%   62.13%   +14.06%     
===========================================
  Files          16       16               
  Lines        1687     2052      +365     
===========================================
+ Hits          811     1275      +464     
+ Misses        781      627      -154     
- Partials       95      150       +55
Impacted Files Coverage Δ
beacon/state.go 67.53% <ø> (ø) :arrow_up:
beacon/blockchain.go 60.41% <ø> (ø) :arrow_up:
beacon/handler.go 0% <ø> (ø) :arrow_up:
beacon/db/memory.go 62.5% <ø> (ø) :arrow_up:
primitives/block.go 74.6% <74.6%> (ø)
primitives/state.go 33.27% <76.87%> (ø)
primitives/slashings.go 77.77% <77.77%> (ø)
primitives/validatoractions.go 78.26% <78.26%> (ø)
primitives/proposals.go 86.66% <80%> (ø)
primitives/attestation.go 82.22% <84.61%> (ø)
... and 6 more

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 7e9c838...ab45a3f. Read the comment docs.