-
Notifications
You must be signed in to change notification settings - Fork 998
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 DataGridViewCellConverter #12622
Add code coverage for DataGridViewCellConverter #12622
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #12622 +/- ##
====================================================
+ Coverage 75.91962% 97.03784% +21.11822%
====================================================
Files 3164 1183 -1981
Lines 636813 354572 -282241
Branches 47008 5410 -41598
====================================================
- Hits 483466 344069 -139397
+ Misses 149884 9711 -140173
+ Partials 3463 792 -2671
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.
All LGTM!
src/System.Windows.Forms/tests/UnitTests/System/Windows/Forms/DataGridViewCellConverterTests.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/tests/UnitTests/System/Windows/Forms/DataGridViewCellConverterTests.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/tests/UnitTests/System/Windows/Forms/DataGridViewCellConverterTests.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.
LGTM
related dotnet#10453 Add unit tests for DataGridViewCellConverter.cs to test its methods
related #10453
Proposed changes
Add unit tests for DataGridViewCellConverter.cs to test its methods
Microsoft Reviewers: Open in CodeFlow