-
Notifications
You must be signed in to change notification settings - Fork 997
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 DataGridViewColumnConverter #12766
Add code coverage for DataGridViewColumnConverter #12766
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #12766 +/- ##
====================================================
+ Coverage 76.14673% 97.02113% +20.87439%
====================================================
Files 3191 1199 -1992
Lines 640105 355907 -284198
Branches 47233 5463 -41770
====================================================
- Hits 487419 345305 -142114
+ Misses 149166 9796 -139370
+ Partials 3520 806 -2714
Flags with carried forward coverage won't be shown. Click here to find out more. |
...ystem.Windows.Forms/tests/UnitTests/System/Windows/Forms/DataGridViewColumnConverterTests.cs
Outdated
Show resolved
Hide resolved
...ystem.Windows.Forms/tests/UnitTests/System/Windows/Forms/DataGridViewColumnConverterTests.cs
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!
...ystem.Windows.Forms/tests/UnitTests/System/Windows/Forms/DataGridViewColumnConverterTests.cs
Outdated
Show resolved
Hide resolved
...ystem.Windows.Forms/tests/UnitTests/System/Windows/Forms/DataGridViewColumnConverterTests.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, looks good!
related #10453
Proposed changes
Add unit tests for DataGridViewColumnConverter.cs to test its methods
Microsoft Reviewers: Open in CodeFlow