-
Notifications
You must be signed in to change notification settings - Fork 227
Add integration test for Test-SqlDscIsLogin command #2261
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
Co-authored-by: johlju <[email protected]>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2261 +/- ##
====================================
Coverage 94% 94%
====================================
Files 149 149
Lines 9163 9163
====================================
Hits 8687 8687
Misses 476 476
🚀 New features to boost your workflow:
|
tests/Integration/Commands/Test-SqlDscIsLogin.Integration.Tests.ps1
Outdated
Show resolved
Hide resolved
tests/Integration/Commands/Test-SqlDscIsLogin.Integration.Tests.ps1
Outdated
Show resolved
Hide resolved
…te README Co-authored-by: johlju <[email protected]>
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Note Other AI code review bot(s) detectedCodeRabbit has detected other AI code review bot(s) in this pull request and will avoid duplicating their findings in the review comments. This may lead to a less comprehensive review. Comment |
Plan for Adding Integration Test for Test-SqlDscIsLogin
Summary of Changes
Created Integration Test (
tests/Integration/Commands/Test-SqlDscIsLogin.Integration.Tests.ps1):@('Integration_SQL2017', 'Integration_SQL2019', 'Integration_SQL2022')Updated Pipeline Configuration (
azure-pipelines.yml):Test-SqlDscIsLoginEnabled.Integration.Tests.ps1Updated Documentation (
tests/Integration/Commands/README.md):Updated Changelog (
CHANGELOG.md):Code Review Fixes:
All unit tests pass successfully, confirming the implementation works correctly.
Fixes #2230.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.
This change is