pester / Pester

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

Ignore call base class contructor in code coverage #2553

Closed fflaten closed 1 month ago

fflaten commented 3 months 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