-
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 unit tests for ControlDesigner.TransparentBehavior #12694
Add unit tests for ControlDesigner.TransparentBehavior #12694
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #12694 +/- ##
===================================================
+ Coverage 76.03858% 76.04530% +0.00672%
===================================================
Files 3181 3182 +1
Lines 639670 639720 +50
Branches 47215 47216 +1
===================================================
+ Hits 486396 486477 +81
+ Misses 149756 149728 -28
+ Partials 3518 3515 -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 a comment, LGTM!
...sign/tests/UnitTests/System/Windows/Forms/Design/ControlDesigner.TransparentBehaviorTests.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! Looks good!
* Add unit tests for ControlDesigner.TransparentBehavior Related dotnet#10773
Related #10773
Proposed changes
Microsoft Reviewers: Open in CodeFlow