rrousselGit / flutter_hooks

React hooks for Flutter. Hooks are a new kind of object that manages a Widget life-cycles. They are used to increase code sharing between widgets and as a complete replacement for StatefulWidget.
MIT License
3.07k stars 175 forks source link

Fix use_transformation_controller test file #314

Closed Jstuff36 closed 2 years ago

Jstuff36 commented 2 years ago

The test file for useTransformationController was not running because it was missing the _test post-fix.

codecov[bot] commented 2 years ago

Codecov Report

Merging #314 (901ed34) into master (d4b8302) will increase coverage by 1.62%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #314      +/-   ##
==========================================
+ Coverage   98.24%   99.86%   +1.62%     
==========================================
  Files          16       16              
  Lines         739      740       +1     
==========================================
+ Hits          726      739      +13     
+ Misses         13        1      -12     
Impacted Files Coverage Δ
...utter_hooks/lib/src/transformation_controller.dart 100.00% <0.00%> (+100.00%) :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 d4b8302...901ed34. Read the comment docs.

rrousselGit commented 2 years ago

Good catch, thanks!