pester / docs

Source files for the Pester website.
https://pester.dev
MIT License
41 stars 77 forks source link

Remove Deprecated Code Coverage Documentation in Pester #286

Closed mahomedalid closed 11 months ago

mahomedalid commented 11 months ago

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!

mahomedalid commented 11 months ago

@fflaten solved all of them, safe travels.

nohwnd commented 11 months ago

LGTM. Thanks :)

fflaten commented 11 months ago

LGTM. This was long overdue, so really appreciate the work and time you've spent here @mahomedalid 👏

bravo-kernel commented 11 months ago

Awesome job mr. @mahomedalid ❤️