-
Notifications
You must be signed in to change notification settings - Fork 346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cleanup wrong lifecycle transitions in tests and unnecessary checks #1534
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1534 +/- ##
==========================================
+ Coverage 84.27% 84.49% +0.21%
==========================================
Files 123 123
Lines 11359 11297 -62
Branches 961 950 -11
==========================================
- Hits 9573 9545 -28
+ Misses 1470 1446 -24
+ Partials 316 306 -10
Flags with carried forward coverage won't be shown. Click here to find out more.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for cleaning things.
Looks very good to me.
Great job 👏🏾
Also removed a redundant test.
Closes #417 and closes #405 and closes #1501