dwyl / flutter-wysiwyg-editor-tutorial

📱📝 How to do WYSIWYG editing in Flutter in 5 easy steps. 🚀
GNU General Public License v2.0
6 stars 0 forks source link

[PR] Increasing code coverage. #11

Closed LuchoTurtle closed 1 year ago

LuchoTurtle commented 1 year ago

closes #10

Increases code coverage on emoji and image file picking by overriding these systems in widget tests.

codecov[bot] commented 1 year ago

Codecov Report

Merging #11 (89696dd) into main (9be0f16) will increase coverage by 3.40%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main      #11      +/-   ##
==========================================
+ Coverage   67.04%   70.45%   +3.40%     
==========================================
  Files           5        5              
  Lines         176      176              
==========================================
+ Hits          118      124       +6     
+ Misses         58       52       -6     
Files Coverage Δ
lib/emoji_picker_widget.dart 100.00% <ø> (+27.77%) :arrow_up:

... and 1 file with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

LuchoTurtle commented 1 year ago

This can now be merged. It paves the way for #12 to also be merged, which also increases code coverage.