pester / Pester

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

Enable code coverage tests on server when overall code coverage is measured #2526

Open nohwnd opened 1 week ago

nohwnd commented 1 week ago

Checklist

What is the issue?

the -cc switch is skipping over coverage.ts.ps1 tests, so we are missing tests for the functionality in the test run.

Expected Behavior

we run all our tests in ci.

Steps To Reproduce

No response

Describe your environment

No response

Possible Solution?

No response