Commit ebffe74
authored
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.1 parent f5238ab commit ebffe74
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | | - | |
| 58 | + | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments