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 committed Oct 23, 2023
1 parent 743d62a commit 2f6b096
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 2f6b096

Please sign in to comment.