-
Notifications
You must be signed in to change notification settings - Fork 984
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 DataGridViewCellStyleConverter #12462
base: main
Are you sure you want to change the base?
Add code coverage for DataGridViewCellStyleConverter #12462
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #12462 +/- ##
===================================================
+ Coverage 75.71735% 75.73648% +0.01913%
===================================================
Files 3152 3154 +2
Lines 635709 635827 +118
Branches 46970 46975 +5
===================================================
+ Hits 481342 481553 +211
+ Misses 150932 150832 -100
- Partials 3435 3442 +7
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.
Other than small comments, LGTM.
related #10453
Proposed changes
Add unit tests for DataGridViewCellStyleConverter.cs to test its methods
Microsoft Reviewers: Open in CodeFlow