-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add code coverage for CheckBoxFlatAdapter #13751
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
Add code coverage for CheckBoxFlatAdapter #13751
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #13751 +/- ##
===================================================
+ Coverage 76.89862% 76.97438% +0.07576%
===================================================
Files 3262 3265 +3
Lines 643611 643861 +250
Branches 47631 47640 +9
===================================================
+ Hits 494928 495608 +680
+ Misses 145013 144582 -431
- Partials 3670 3671 +1
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
src/test/unit/System.Windows.Forms/System/Windows/Forms/CheckBoxFlatAdapterTests.cs
Show resolved
Hide resolved
ricardobossan
left a comment
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.
Thank you!
Related #13442
Proposed changes
Add unit test file:CheckBoxFlatAdapterTests.cs for public/protected methods/properties of the CheckBoxFlatAdapter.cs
Microsoft Reviewers: Open in CodeFlow