rnpgp / ruby-rnp

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

Add Key#qbits. #47

Closed dewyatt closed 5 years ago

dewyatt commented 5 years ago

Ok I'll have to add a check for older versions of rnp that have incorrect grip calculations.

codecov[bot] commented 5 years ago

Codecov Report

Merging #47 into master will increase coverage by 0.04%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #47      +/-   ##
==========================================
+ Coverage   98.78%   98.83%   +0.04%     
==========================================
  Files          24       25       +1     
  Lines        1888     1966      +78     
==========================================
+ Hits         1865     1943      +78     
  Misses         23       23
Impacted Files Coverage Δ
lib/rnp/misc.rb 100% <ø> (ø) :arrow_up:
lib/rnp/ffi/librnp.rb 99.23% <ø> (ø) :arrow_up:
lib/rnp/key.rb 99.32% <100%> (+0.01%) :arrow_up:
spec/key/properties/2FCADF05FFA501BB_spec.rb 100% <100%> (ø)

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 409c7f0...77e19f2. Read the comment docs.