pester / Pester

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

Ignore call base class contructor in code coverage #2553

Open fflaten opened 1 month ago

fflaten commented 1 month ago

PR Summary

Calls to base constructors like base() were discovered never hit by breakpoint or tracer CC. PowerShell only hits scriptblock contents of both constructors.

Adding base ctor call to ignore command list.

Issue reported on Discord: https://discord.com/channels/180528040881815552/447476910499299358/1268943815272828998

PR Checklist