-
Notifications
You must be signed in to change notification settings - Fork 0
Updated powershell provider to be in parity with the other modules that use the new structure #20
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
Merged
kormic911
merged 3 commits into
develop
from
feat/update-powershell-provider-for-parity
Sep 13, 2025
Merged
Updated powershell provider to be in parity with the other modules that use the new structure #20
kormic911
merged 3 commits into
develop
from
feat/update-powershell-provider-for-parity
Sep 13, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…at use the new structure Added parity code to ensure dryrun works properly with powershell modules Refactored code to be more in line with our guidelines and removed code that is no longer being used, making the functions simpler in general Updated test cases to maintain 100% test coverage
Pester test (On macOS) Results1 236 tests 1 235 ✅ 42s ⏱️ Results for commit 7489642. ♻️ This comment has been updated with latest results. |
Summary - Pester Test Coverage ReportSummary
Coveragedevsetup - 0%
devsetup/DevSetup - 0%
devsetup/DevSetup/Private/3rdParty - 100%
devsetup/DevSetup/Private/3rdParty/VisualStudio - 100%
devsetup/DevSetup/Private/3rdParty/VisualStudioCode - 100%
devsetup/DevSetup/Private/Commands - 96.4%
devsetup/DevSetup/Private/Enums - 100%
devsetup/DevSetup/Private/Providers/Chocolatey - 100%
devsetup/DevSetup/Private/Providers/Core - 100%
devsetup/DevSetup/Private/Providers/Homebrew - 100%
devsetup/DevSetup/Private/Providers/Powershell - 99.6%
devsetup/DevSetup/Private/Providers/Scoop - 100%
devsetup/DevSetup/Private/Utils - 97.5%
devsetup/DevSetup/Public - 96.5%
|
Pester test (On Windows) Results1 236 tests 1 235 ✅ 46s ⏱️ Results for commit 7489642. ♻️ This comment has been updated with latest results. |
DevSetup/Private/Providers/Powershell/Invoke-PowershellModulesExport.ps1
Fixed
Show fixed
Hide fixed
Summary - Pester Test Coverage ReportSummary
Coveragedevsetup - 0%
devsetup/DevSetup - 0%
devsetup/DevSetup/Private/3rdParty - 100%
devsetup/DevSetup/Private/3rdParty/VisualStudio - 100%
devsetup/DevSetup/Private/3rdParty/VisualStudioCode - 100%
devsetup/DevSetup/Private/Commands - 96.4%
devsetup/DevSetup/Private/Enums - 100%
devsetup/DevSetup/Private/Providers/Chocolatey - 100%
devsetup/DevSetup/Private/Providers/Core - 100%
devsetup/DevSetup/Private/Providers/Homebrew - 100%
devsetup/DevSetup/Private/Providers/Powershell - 100%
devsetup/DevSetup/Private/Providers/Scoop - 100%
devsetup/DevSetup/Private/Utils - 97.5%
devsetup/DevSetup/Public - 96.5%
|
Summary - Pester Test Coverage ReportSummary
Coveragedevsetup - 0%
devsetup/DevSetup - 0%
devsetup/DevSetup/Private/3rdParty - 100%
devsetup/DevSetup/Private/3rdParty/VisualStudio - 100%
devsetup/DevSetup/Private/3rdParty/VisualStudioCode - 100%
devsetup/DevSetup/Private/Commands - 96.4%
devsetup/DevSetup/Private/Enums - 100%
devsetup/DevSetup/Private/Providers/Chocolatey - 100%
devsetup/DevSetup/Private/Providers/Core - 100%
devsetup/DevSetup/Private/Providers/Homebrew - 100%
devsetup/DevSetup/Private/Providers/Powershell - 100%
devsetup/DevSetup/Private/Providers/Scoop - 100%
devsetup/DevSetup/Private/Utils - 97.5%
devsetup/DevSetup/Public - 96.5%
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updated powershell provider to be in parity with the other modules that use the new structure