pester / Pester

Pester is the ubiquitous test and mock framework for PowerShell.
https://pester.dev/
Other
3.07k stars 469 forks source link

Measure Code Coverage for Pester #2475

Closed nohwnd closed 2 months ago

nohwnd commented 3 months ago

Checklist

Summary of the feature request

Pester is not enabling Code Coverage, probably because we are testing code coverage, and use P tests. Let's see if we can measure coverage somehow completely.

How should it work?

No response