-
Notifications
You must be signed in to change notification settings - Fork 1k
Add code coverage for SelectionUIHandler.cs file #13013
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 SelectionUIHandler.cs file #13013
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #13013 +/- ##
===================================================
+ Coverage 76.04966% 76.08393% +0.03426%
===================================================
Files 3269 3271 +2
Lines 643544 643605 +61
Branches 47429 47433 +4
===================================================
+ Hits 489413 489680 +267
+ Misses 150566 150354 -212
- Partials 3565 3571 +6
Flags with carried forward coverage won't be shown. Click here to find out more. |
....Windows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/SelectionUIHandlerTests.cs
Outdated
Show resolved
Hide resolved
....Windows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/SelectionUIHandlerTests.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.
Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.
....Windows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/SelectionUIHandlerTests.cs
Show resolved
Hide resolved
....Windows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/SelectionUIHandlerTests.cs
Show resolved
Hide resolved
....Windows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/SelectionUIHandlerTests.cs
Show resolved
Hide resolved
....Windows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/SelectionUIHandlerTests.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!
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 dotnet#10773 Proposed changes Add unit test file: SelectionUIHandlerTests.cs for public methods of the SelectionUIHandler.cs. Enable nullability in SelectionUIHandlerTests.cs file. Simplified the ToolStripCollectionEditorTest.cs file by creating mock services directly
Related #10773
Proposed changes
Microsoft Reviewers: Open in CodeFlow