rnpgp / ruby-rnp

Ruby bindings for librnp
https://www.rnpgp.org
MIT License
7 stars 3 forks source link

Add Rnp.parse to parse OpenPGP packets to ruby objects. #51

Closed dewyatt closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #51 into master will increase coverage by 0.06%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #51      +/-   ##
==========================================
+ Coverage   98.89%   98.95%   +0.06%     
==========================================
  Files          26       27       +1     
  Lines        2074     2193     +119     
==========================================
+ Hits         2051     2170     +119     
  Misses         23       23
Impacted Files Coverage Δ
lib/rnp/misc.rb 100% <100%> (ø) :arrow_up:
spec/rnp_parse_spec.rb 100% <100%> (ø)
lib/rnp/ffi/librnp.rb 99.24% <100%> (+0.01%) :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 d5750fa...10b7996. Read the comment docs.