-
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 ToolStripPanelControlCollection_XYComparer #12711
Add code coverage for ToolStripPanelControlCollection_XYComparer #12711
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #12711 +/- ##
===================================================
+ Coverage 76.03108% 76.04680% +0.01572%
===================================================
Files 3181 3183 +2
Lines 639670 639735 +65
Branches 47215 47216 +1
===================================================
+ Hits 486348 486498 +150
+ Misses 149805 149717 -88
- Partials 3517 3520 +3
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.
Other than small comments, LGTM!
...Tests/System/Windows/Forms/ToolStripPanel.ToolStripPanelControlCollection.XYComparerTests.cs
Outdated
Show resolved
Hide resolved
...Tests/System/Windows/Forms/ToolStripPanel.ToolStripPanelControlCollection.XYComparerTests.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!
@Zheng-Li01 @Tanya-Solyanik A |
…net#12711) related dotnet#10453 Proposed changes Add unit tests for ToolStripPanelControlCollectionXYComparer.cs to test its methods
related #10453
Proposed changes
Add unit tests for ToolStripPanelControlCollectionXYComparer.cs to test its methods
Microsoft Reviewers: Open in CodeFlow