-
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 unit tests for ListControlStringCollectionEditor #12516
Add unit tests for ListControlStringCollectionEditor #12516
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #12516 +/- ##
===================================================
+ Coverage 75.01536% 75.75246% +0.73709%
===================================================
Files 3047 3160 +113
Lines 631584 635978 +4394
Branches 46764 46987 +223
===================================================
+ Hits 473785 481769 +7984
+ Misses 154434 150747 -3687
- Partials 3365 3462 +97
Flags with carried forward coverage won't be shown. Click here to find out more. |
...Design/tests/UnitTests/System/Windows/Forms/Design/ListControlStringCollectionEditorTests.cs
Outdated
Show resolved
Hide resolved
...Design/tests/UnitTests/System/Windows/Forms/Design/ListControlStringCollectionEditorTests.cs
Outdated
Show resolved
Hide resolved
...Design/tests/UnitTests/System/Windows/Forms/Design/ListControlStringCollectionEditorTests.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.
Other than small comments, LGTM. Just make sure to rebase with updated main remote upstream branch, to get rid of the errors when trying to build.
Related #10773
Proposed changes
Microsoft Reviewers: Open in CodeFlow