-
Notifications
You must be signed in to change notification settings - Fork 1k
Add code coverage for RadioButtonBaseAdapter #13726
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 RadioButtonBaseAdapter #13726
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #13726 +/- ##
===================================================
+ Coverage 76.90689% 76.92382% +0.01693%
===================================================
Files 3260 3263 +3
Lines 643088 643837 +749
Branches 47601 47639 +38
===================================================
+ Hits 494579 495264 +685
- Misses 144845 144902 +57
- Partials 3664 3671 +7
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
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.
Other than a small comment, all LGTM!
src/test/unit/System.Windows.Forms/System/Windows/Forms/RadioButtonBaseAdapterTests.cs
Outdated
Show resolved
Hide resolved
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:RadioButtonBaseAdapterTests.cs for public/protected methods/properties of the RadioButtonBaseAdapter.cs
Microsoft Reviewers: Open in CodeFlow