Skip to content

Fix Default implementations for State types#214

Merged
ryanoneill merged 1 commit intomainfrom
feature/default-state-types
Mar 9, 2026
Merged

Fix Default implementations for State types#214
ryanoneill merged 1 commit intomainfrom
feature/default-state-types

Conversation

@ryanoneill
Copy link
Owner

Replace derive(Default) with manual impl Default for SelectState, StatusBarState, and StyledTextState. Each new() constructor now delegates to Self::default().

@ryanoneill ryanoneill force-pushed the feature/default-state-types branch from 41ebac0 to dec36f9 Compare March 8, 2026 23:07
@codecov-commenter
Copy link

codecov-commenter commented Mar 8, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.09%. Comparing base (18a5375) to head (90bd553).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #214   +/-   ##
=======================================
  Coverage   92.08%   92.09%           
=======================================
  Files         145      145           
  Lines       12778    12784    +6     
=======================================
+ Hits        11767    11773    +6     
  Misses       1011     1011           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ryanoneill ryanoneill force-pushed the feature/default-state-types branch from dec36f9 to d5bc5ab Compare March 9, 2026 01:10
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@ryanoneill ryanoneill force-pushed the feature/default-state-types branch from d5bc5ab to 90bd553 Compare March 9, 2026 01:22
@ryanoneill ryanoneill merged commit 80e4813 into main Mar 9, 2026
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants