-
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 test coverage for TreeView #11361
Add test coverage for TreeView #11361
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #11361 +/- ##
===================================================
+ Coverage 74.27085% 74.28680% +0.01595%
===================================================
Files 3025 3026 +1
Lines 626861 626966 +105
Branches 46742 46753 +11
===================================================
+ Hits 465575 465753 +178
+ Misses 157937 157868 -69
+ Partials 3349 3345 -4
Flags with carried forward coverage won't be shown. Click here to find out more. |
@Zheng-Li01 - feel free to use only the |
src/System.Windows.Forms/tests/UnitTests/System/Windows/Forms/TreeViewTests.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/tests/UnitTests/System/Windows/Forms/TreeViewTests.cs
Outdated
Show resolved
Hide resolved
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
LGTM! @Tanya-Solyanik Please review this again |
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 #10453
Proposed changes