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 CI #341

Closed rrousselGit closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Base: 99.86% // Head: 99.86% // Increases project coverage by +0.00% :tada:

Coverage data is based on head (90a8739) compared to base (e61bc7b). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #341 +/- ## ======================================= Coverage 99.86% 99.86% ======================================= Files 16 16 Lines 740 741 +1 ======================================= + Hits 739 740 +1 Misses 1 1 ``` | [Impacted Files](https://codecov.io/gh/rrousselGit/flutter_hooks/pull/341?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Remi+Rousselet) | Coverage Δ | | |---|---|---| | [packages/flutter\_hooks/lib/src/animation.dart](https://codecov.io/gh/rrousselGit/flutter_hooks/pull/341?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Remi+Rousselet#diff-cGFja2FnZXMvZmx1dHRlcl9ob29rcy9saWIvc3JjL2FuaW1hdGlvbi5kYXJ0) | `100.00% <100.00%> (ø)` | | | [packages/flutter\_hooks/lib/src/framework.dart](https://codecov.io/gh/rrousselGit/flutter_hooks/pull/341?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Remi+Rousselet#diff-cGFja2FnZXMvZmx1dHRlcl9ob29rcy9saWIvc3JjL2ZyYW1ld29yay5kYXJ0) | `100.00% <100.00%> (ø)` | | | [packages/flutter\_hooks/lib/src/keep\_alive.dart](https://codecov.io/gh/rrousselGit/flutter_hooks/pull/341?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Remi+Rousselet#diff-cGFja2FnZXMvZmx1dHRlcl9ob29rcy9saWIvc3JjL2tlZXBfYWxpdmUuZGFydA==) | `100.00% <100.00%> (ø)` | | | [packages/flutter\_hooks/lib/src/listenable.dart](https://codecov.io/gh/rrousselGit/flutter_hooks/pull/341?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Remi+Rousselet#diff-cGFja2FnZXMvZmx1dHRlcl9ob29rcy9saWIvc3JjL2xpc3RlbmFibGUuZGFydA==) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Remi+Rousselet). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Remi+Rousselet)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.