pedrofurtado / qrcode_pix_ruby

Ruby gem for QRCode generation of Pix (Pagamento Instantâneo Brasileiro - Banco Central do Brasil)
https://rubygems.org/gems/qrcode_pix_ruby
MIT License
43 stars 7 forks source link

Transfer base64 data to external files. #18

Closed marciojg closed 3 years ago

marciojg commented 3 years ago

Transfer base64 data to external files. Reducing reading size of spec file. :)

mergeable[bot] commented 3 years ago

Thanks for creating a pull request! A maintainer will review your changes shortly.

codecov-commenter commented 3 years ago

Codecov Report

Merging #18 (b7b2648) into master (acf01e0) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #18   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         4    +1     
  Lines          205       209    +4     
=========================================
+ Hits           205       209    +4     
Impacted Files Coverage Δ
spec/qrcode_pix_ruby_spec.rb 100.00% <100.00%> (ø)
spec/support/file_fixture.rb 100.00% <100.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 acf01e0...b7b2648. Read the comment docs.

pedrofurtado commented 3 years ago

Great insight! 💡

So much better and organized 📚