You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$defaultPesterParameters.Configuration.CodeCoverage.ExcludeTests=$true# Exclude our own test code from code coverage.
Is this on purpose? We are making profiler based code coverage the default in Pester 6, and over the years there was only a handful of complaints about this new mode, which is way faster than breakpoint based CC.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am not sure if I've understood your code correctly, but it looks like you are not disabling breakpoint based coverage in your script,
Sampler/.build/tasks/Invoke-Pester.pester.build.ps1
Line 641 in d00110a
Is this on purpose? We are making profiler based code coverage the default in Pester 6, and over the years there was only a handful of complaints about this new mode, which is way faster than breakpoint based CC.
Beta Was this translation helpful? Give feedback.
All reactions