v3.0.1
Description
This pull request introduces several changes to improve logging, enhance test configuration, and streamline code readability in the PowerShell module and its associated tests. Key updates include adding code coverage settings.
Logging Improvements
- Replaced all occurrences of
Write-VerbosewithWrite-Debugintests/outputTestRepo/outputs/module/PSModuleTest/PSModuleTest.psm1.
Test Configuration Enhancements
⚠️ Added aCodeCoveragesection withEnabled = $trueinscripts/tests/Module/Module.Configuration.ps1to enable code coverage reporting during tests.