-
Notifications
You must be signed in to change notification settings - Fork 1k
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 DataGridViewDesigner #13014
Add code coverage for DataGridViewDesigner #13014
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #13014 +/- ##
===================================================
+ Coverage 76.04966% 76.17003% +0.12036%
===================================================
Files 3269 3276 +7
Lines 643544 643891 +347
Branches 47429 47446 +17
===================================================
+ Hits 489413 490452 +1039
+ Misses 150566 149885 -681
+ Partials 3565 3554 -11
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.
...indows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/DataGridViewDesignerTests.cs
Show resolved
Hide resolved
...indows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/DataGridViewDesignerTests.cs
Outdated
Show resolved
Hide resolved
...indows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/DataGridViewDesignerTests.cs
Outdated
Show resolved
Hide resolved
...indows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/DataGridViewDesignerTests.cs
Outdated
Show resolved
Hide resolved
...indows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/DataGridViewDesignerTests.cs
Outdated
Show resolved
Hide resolved
...indows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/DataGridViewDesignerTests.cs
Outdated
Show resolved
Hide resolved
...indows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/DataGridViewDesignerTests.cs
Outdated
Show resolved
Hide resolved
...indows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/DataGridViewDesignerTests.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.
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!
Related #10773
Proposed changes
Add unit test file: DataGridViewDesignerTests.cs for public methods of the DataGridViewDesigner.cs, except for OnAddColumn and OnEditColumns methods.
Microsoft Reviewers: Open in CodeFlow