-
Notifications
You must be signed in to change notification settings - Fork 313
Merge | Port SqlDataSourceConverter, widen test coverage #3309
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
Conversation
Also add test coverage for this type converter (and for the netfx-only NetworkLibraryConverter.)
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
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.
Whooooo thank you! 🚀
Thanks. Could CI be re-triggered though please? I've just noticed an issue I'd missed with |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3309 +/- ##
==========================================
- Coverage 72.97% 66.25% -6.73%
==========================================
Files 298 292 -6
Lines 57002 56690 -312
==========================================
- Hits 41600 37558 -4042
- Misses 15402 19132 +3730
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
#3243 reminded me that we didn't completely port the TypeConverters for
SqlConnectionStringBuilder
.This PR makes sure that the WinForms PropertyGrid behaviour is consistent between .NET Core and .NET Framework for the
DataSource
and theFailoverPartner
properties.Both this and
NetworkLibraryConverter
also had very poor code coverage; I've added tests to broaden this.I'd appreciate a CI & Codecov run.