-
Notifications
You must be signed in to change notification settings - Fork 982
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
Adds code coverage to FormatStringDialog #12185
Adds code coverage to FormatStringDialog #12185
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #12185 +/- ##
===================================================
+ Coverage 75.28764% 75.42387% +0.13622%
===================================================
Files 3097 3102 +5
Lines 634294 634400 +106
Branches 46876 46883 +7
===================================================
+ Hits 477545 478489 +944
+ Misses 153339 152490 -849
- Partials 3410 3421 +11
Flags with carried forward coverage won't be shown. Click here to find out more. |
....Windows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/FormatStringDialogTests.cs
Outdated
Show resolved
Hide resolved
....Windows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/FormatStringDialogTests.cs
Outdated
Show resolved
Hide resolved
e24f136
to
d8ed7b4
Compare
....Windows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/FormatStringDialogTests.cs
Outdated
Show resolved
Hide resolved
....Windows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/FormatStringDialogTests.cs
Outdated
Show resolved
Hide resolved
....Windows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/FormatStringDialogTests.cs
Outdated
Show resolved
Hide resolved
d8ed7b4
to
c85431f
Compare
....Windows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/FormatStringDialogTests.cs
Outdated
Show resolved
Hide resolved
....Windows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/FormatStringDialogTests.cs
Outdated
Show resolved
Hide resolved
....Windows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/FormatStringDialogTests.cs
Outdated
Show resolved
Hide resolved
Related dotnet#10773 ## Proposed changes - Adds code coverage for `FormatStringDialog`. ## Customer Impact - None ## Regression? - No ## Risk - Minimal ## Test methodology - Unit tests ## Test environment(s) - 9.0.100-rc.1.24452.12
c85431f
to
28d5a49
Compare
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 #10773
Proposed changes
FormatStringDialog
.Customer Impact
Regression?
Risk
Test methodology
Test environment(s)
Microsoft Reviewers: Open in CodeFlow