-
Notifications
You must be signed in to change notification settings - Fork 997
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
Adding custom DataObject Tests #12807
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #12807 +/- ##
====================================================
+ Coverage 50.14921% 76.12837% +25.97916%
====================================================
Files 1997 3237 +1240
Lines 284495 642252 +357757
Branches 41762 47277 +5515
====================================================
+ Hits 142672 488936 +346264
- Misses 139097 149764 +10667
- Partials 2726 3552 +826
Flags with carried forward coverage won't be shown. Click here to find out more. |
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 6 out of 13 changed files in this pull request and generated 2 comments.
Files not reviewed (7)
- src/System.Windows.Forms.Analyzers.CSharp/src/System.Windows.Forms.Analyzers.CSharp.csproj: Language not supported
- src/System.Windows.Forms.Analyzers.CodeFixes.CSharp/System.Windows.Forms.Analyzers.CodeFixes.CSharp.csproj: Language not supported
- src/System.Windows.Forms.Analyzers.CodeFixes.VisualBasic/System.Windows.Forms.Analyzers.CodeFixes.VisualBasic.vbproj: Language not supported
- src/System.Windows.Forms.Analyzers.VisualBasic/src/System.Windows.Forms.Analyzers.VisualBasic.vbproj: Language not supported
- src/System.Windows.Forms.Analyzers/src/System.Windows.Forms.Analyzers.csproj: Language not supported
- src/System.Windows.Forms/tests/TestUtilities/Data/ManagedAndRuntimeDataObject.cs: Evaluated as low risk
- src/System.Windows.Forms/tests/TestUtilities/Data/SerializableTestData.cs: Evaluated as low risk
src/System.Windows.Forms/tests/TestUtilities/Data/TypedAndRuntimeDataObject.cs
Outdated
Show resolved
Hide resolved
…imeDataObject.cs Co-authored-by: Jeremy Kuhne <[email protected]>
Custom object source files are in the utilities project to share them with the future analyzer tests
Microsoft Reviewers: Open in CodeFlow