-
Notifications
You must be signed in to change notification settings - Fork 1k
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 ToolStripEditorManager #13218
Add code coverage for ToolStripEditorManager #13218
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #13218 +/- ##
====================================================
+ Coverage 61.53701% 95.66903% +34.13202%
====================================================
Files 1549 535 -1014
Lines 158620 62665 -95955
Branches 14759 1382 -13377
====================================================
- Hits 97610 59951 -37659
+ Misses 60308 2391 -57917
+ Partials 702 323 -379
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.
All LGTM!
...dows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/ToolStripEditorManagerTests.cs
Show resolved
Hide resolved
...dows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/ToolStripEditorManagerTests.cs
Outdated
Show resolved
Hide resolved
...dows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/ToolStripEditorManagerTests.cs
Outdated
Show resolved
Hide resolved
New comments need to be addressed
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 #10773
Proposed changes
Add unit test file: ToolStripEditorManagerTests.cs for public methods & Properties of the ToolStripEditorManager.cs
Original PR: #13094
Microsoft Reviewers: Open in CodeFlow