rnpgp / ruby-rnp

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

simplify build workflow to reuse build scripts from rnp repo #74

Closed CAMOBAP closed 2 years ago

CAMOBAP commented 2 years ago
codecov[bot] commented 2 years ago

Codecov Report

Merging #74 (c928309) into main (7436721) will decrease coverage by 0.05%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #74      +/-   ##
==========================================
- Coverage   98.58%   98.53%   -0.06%     
==========================================
  Files          41       42       +1     
  Lines        3329     3337       +8     
==========================================
+ Hits         3282     3288       +6     
- Misses         47       49       +2     
Impacted Files Coverage Δ
lib/rnp/ffi/librnp.rb 95.62% <100.00%> (+0.03%) :arrow_up:
spec/key/properties/4BE147BB22DF1E60_spec.rb 95.94% <0.00%> (-1.36%) :arrow_down:
lib/rnp/misc.rb 98.93% <0.00%> (-1.07%) :arrow_down:
spec/spec_helper.rb 100.00% <0.00%> (ø)

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 7436721...c928309. Read the comment docs.

ronaldtse commented 2 years ago

@CAMOBAP seems that Ruby 3 is failing due to some ArgumentError in code, let's get Ruby 2.x running here and merged, then we deal with Ruby 3 in a new ticket.