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
Suggest correction to docs for displaying Pester coverage in TeamCity (pester#325)
The currently documented properties
NumberOfCommandsAnalyzed
and
NumberOfCommandsExecuted
appear to actually need to be
CommandsAnalyzedCount
and
CommandsExecutedCount
At least in current versions. This may have been right once, but now throws an error using latest Pester and a fairly recent TeamCity installation.
0 commit comments