Skip to content

Commit

Permalink
updated scenarios to become undefined or pending based on step state
Browse files Browse the repository at this point in the history
  • Loading branch information
roskee authored and vearutop committed Oct 23, 2023
1 parent 38bacf0 commit 542691e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/formatters/fmt_base.go
Expand Up @@ -113,8 +113,10 @@ func (f *Base) Summary() {
case skipped:
skippedSt++
case undefined:
prStatus = undefined
undefinedSt++
case pending:
prStatus = pending
pendingSt++
}
}
Expand Down

0 comments on commit 542691e

Please sign in to comment.