Description: This pull request (PR) aims to enhance the Pester documentation by removing outdated information related to code coverage configuration. The documentation currently includes details about using the -CodeCoverage parameter with Invoke-Pester, which has been deprecated in favor of the more modern New-PesterConfiguration method. This PR updates the documentation to provide up-to-date instructions on configuring and generating code coverage metrics using New-PesterConfiguration.
By doing so, it ensures that users receive accurate and relevant information when working with Pester's code coverage feature, thus improving the overall usability of the documentation (and avoid frustration like the one I had myself!)
Solves #196
@fflaten as we discussed this is an updated version of Code Coverage. Let me know what you think!
Description: This pull request (PR) aims to enhance the Pester documentation by removing outdated information related to code coverage configuration. The documentation currently includes details about using the -CodeCoverage parameter with Invoke-Pester, which has been deprecated in favor of the more modern New-PesterConfiguration method. This PR updates the documentation to provide up-to-date instructions on configuring and generating code coverage metrics using New-PesterConfiguration.
By doing so, it ensures that users receive accurate and relevant information when working with Pester's code coverage feature, thus improving the overall usability of the documentation (and avoid frustration like the one I had myself!)
Solves #196 @fflaten as we discussed this is an updated version of Code Coverage. Let me know what you think!