Closed marciojg closed 3 years ago
Thanks for creating a pull request! A maintainer will review your changes shortly.
Merging #18 (b7b2648) into master (acf01e0) will not change coverage. The diff coverage is
100.00%
.
@@ 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.
Great insight! 💡
So much better and organized 📚
Transfer base64 data to external files. Reducing reading size of spec file. :)