rnpgp / ruby-rnp

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

Add key usage checks via Key#can?. #49

Closed dewyatt closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #49 into master will increase coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #49      +/-   ##
==========================================
+ Coverage   98.87%   98.89%   +0.01%     
==========================================
  Files          26       26              
  Lines        2050     2074      +24     
==========================================
+ Hits         2027     2051      +24     
  Misses         23       23
Impacted Files Coverage Δ
lib/rnp/ffi/librnp.rb 99.23% <ø> (ø) :arrow_up:
lib/rnp/key.rb 99.35% <100%> (+0.01%) :arrow_up:
spec/key/properties/2FCADF05FFA501BB_spec.rb 100% <100%> (ø) :arrow_up:
spec/key/properties/7BC6709B15C23A4A_spec.rb 100% <100%> (ø) :arrow_up:
spec/key/properties/1ED63EE56FADC34D_spec.rb 100% <100%> (ø) :arrow_up:
spec/key/properties/4BE147BB22DF1E60_spec.rb 100% <100%> (ø) :arrow_up:
spec/key/properties/1095C3ED6D43C03B_spec.rb 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 b640c3b...a54b497. Read the comment docs.