Skip to content

v3.0.1

Choose a tag to compare

@github-actions github-actions released this 24 Apr 15:27
· 6 commits to main since this release
c207858

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-Verbose with Write-Debug in tests/outputTestRepo/outputs/module/PSModuleTest/PSModuleTest.psm1.

Test Configuration Enhancements

  • ⚠️ Added a CodeCoverage section with Enabled = $true in scripts/tests/Module/Module.Configuration.ps1 to enable code coverage reporting during tests.