pester / docs

Source files for the Pester website.
https://pester.dev
MIT License
41 stars 77 forks source link

Suggest correction to docs for displaying Pester coverage in TeamCity #325

Closed mharrah closed 2 months ago

mharrah commented 2 months ago

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.