-
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 ToolStrip #11464
Add Code Coverage For ToolStrip #11464
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #11464 +/- ##
===================================================
+ Coverage 74.27644% 74.39993% +0.12349%
===================================================
Files 3026 3029 +3
Lines 626966 627760 +794
Branches 46753 46770 +17
===================================================
+ Hits 465688 467053 +1365
+ Misses 157924 157364 -560
+ Partials 3354 3343 -11
Flags with carried forward coverage won't be shown. Click here to find out more. |
...ms/AccessibleObjects/ToolStripDropDownButton.ToolStripDropDownButtonAccessibleObjectTests.cs
Outdated
Show resolved
Hide resolved
...ms/AccessibleObjects/ToolStripDropDownButton.ToolStripDropDownButtonAccessibleObjectTests.cs
Outdated
Show resolved
Hide resolved
...ms/AccessibleObjects/ToolStripDropDownButton.ToolStripDropDownButtonAccessibleObjectTests.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/tests/UnitTests/ToolStripContainerTests.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/tests/UnitTests/ToolStripContainerTests.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/tests/UnitTests/ToolStripContainerTests.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/tests/UnitTests/ToolStripContainerTests.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.
🚀
related #10453
Proposed changes
Microsoft Reviewers: Open in CodeFlow