-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add code coverage for MaskDescriptorTemplate #11743
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 MaskDescriptorTemplate #11743
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## feature/10.0 #11743 +/- ##
======================================================
+ Coverage 74.73622% 75.08131% +0.34508%
======================================================
Files 3045 3032 -13
Lines 630638 634925 +4287
Branches 46862 48287 +1425
======================================================
+ Hits 471315 476710 +5395
+ Misses 155957 154805 -1152
- Partials 3366 3410 +44
Flags with carried forward coverage won't be shown. Click here to find out more. |
...dows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/MaskDescriptorTemplateTests.cs
Outdated
Show resolved
Hide resolved
...dows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/MaskDescriptorTemplateTests.cs
Outdated
Show resolved
Hide resolved
...dows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/MaskDescriptorTemplateTests.cs
Outdated
Show resolved
Hide resolved
...dows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/MaskDescriptorTemplateTests.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.
LGTM. I've retarted this PR to feature/10.0, but please target new PRs that aren't related to regression fixing to feature/10.0 branch
Related #10773
Proposed changes
Add unit test file: MaskDescriptorTemplateTests.cs for public properties/Methods of the MaskDescriptorTemplate
Microsoft Reviewers: Open in CodeFlow