- Sourcegraph version: v5+
- Platform information: All
Steps to reproduce:
- Create and publish a batch change (example here)
- Note that any changesets that have skipped checks, or any unknown states, show up as Check State Unknown
Expected behavior:
If all checks passed except for skipped ones: the check state should show as passed.
Also - this comment suggests that if there are unknown states, the overall should be pending, when it is actually 'Unknown'
Actual behavior:
If there are any skipped checks, the check state is empty.

Also, if there are unknown states, the overall is still Unknown (code here):
case stateMap[btypes.ChangesetCheckStateUnknown]:
// If there are unknown states, overall is Pending.
return btypes.ChangesetCheckStateUnknown
If you would like immediate help on this, please email support@sourcegraph.com (you can still create the issue, but there are no SLAs on issues like there are for support requests).
/cc @sourcegraph/search-product
Steps to reproduce:
Expected behavior:
If all checks passed except for skipped ones: the check state should show as passed.
Also - this comment suggests that if there are unknown states, the overall should be pending, when it is actually 'Unknown'
Actual behavior:
If there are any skipped checks, the check state is empty.

Also, if there are unknown states, the overall is still Unknown (code here):
If you would like immediate help on this, please email support@sourcegraph.com (you can still create the issue, but there are no SLAs on issues like there are for support requests).
/cc @sourcegraph/search-product