-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Adds code coverage to FormatStringEditorTests #12208
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 FormatStringEditorTests #12208
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #12208 +/- ##
===================================================
+ Coverage 75.38243% 75.42684% +0.04440%
===================================================
Files 3099 3103 +4
Lines 634429 634314 -115
Branches 46874 46876 +2
===================================================
+ Hits 478248 478443 +195
+ Misses 152759 152438 -321
- Partials 3422 3433 +11
Flags with carried forward coverage won't be shown. Click here to find out more. |
8cec7e7 to
9ec7126
Compare
9ec7126 to
6099c13
Compare
....Windows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/FormatStringEditorTests.cs
Outdated
Show resolved
Hide resolved
....Windows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/FormatStringEditorTests.cs
Outdated
Show resolved
Hide resolved
....Windows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/FormatStringEditorTests.cs
Outdated
Show resolved
Hide resolved
288dc1a to
6099c13
Compare
....Windows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/FormatStringEditorTests.cs
Outdated
Show resolved
Hide resolved
....Windows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/FormatStringEditorTests.cs
Outdated
Show resolved
Hide resolved
....Windows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/FormatStringEditorTests.cs
Show resolved
Hide resolved
6099c13 to
612eed4
Compare
....Windows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/FormatStringEditorTests.cs
Outdated
Show resolved
Hide resolved
Related dotnet#10773 ## Proposed changes - Adds code coverage to `FormatStringEditor` ## Customer Impact - None ## Regression? - No ## Risk - Minimal ## Test methodology - Unit tests ## Test environment(s) - 9.0.100-rc.1.24452.12
612eed4 to
2c00cc4
Compare
lonitra
left a comment
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
FormatStringEditorCustomer Impact
Regression?
Risk
Test methodology
Test environment(s)