Add code coverage for ToolStripContainerActionList#13256
Add code coverage for ToolStripContainerActionList#13256Tanya-Solyanik merged 9 commits intodotnet:mainfrom
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #13256 +/- ##
====================================================
- Coverage 75.97321% 62.53133% -13.44188%
====================================================
Files 3265 1560 -1705
Lines 643286 159616 -483670
Branches 47431 14900 -32531
====================================================
- Hits 488725 99810 -388915
+ Misses 150991 59039 -91952
+ Partials 3570 767 -2803
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.
Comments suppressed due to low confidence (1)
src/System.Windows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/ToolStripContainerActionListTests.cs:163
- [nitpick] The expected display name 'Dock Fill in Form' in this test seems inconsistent with the 'Dock in Form' string used in another test. Consider aligning the naming conventions between tests for clarity and consistency.
displayNames.Should().ContainSingle(name => name == "Dock Fill in Form");
…/Forms/Design/ToolStripContainerActionListTests.cs
…/Forms/Design/ToolStripContainerActionListTests.cs
…/Forms/Design/ToolStripContainerActionListTests.cs
Tanya-Solyanik
left a comment
There was a problem hiding this comment.
Thank you, looks good, please keep lines under the 120 chars limit.
|
src\System.Windows.Forms.Design\tests\UnitTests\System\Windows\Forms\Design\ToolStripContainerActionListTests.cs(160,50): error SA1028: (NETCORE_ENGINEERING_TELEMETRY=Build) Code should not contain trailing whitespace |
Related #10773
Proposed changes
Microsoft Reviewers: Open in CodeFlow