freight
freight copied to clipboard
Break out status checks into first class state
Right now status checks happen simply as part of the build (thus reporting in the build log). Let's break these out into a state (i.e. "waiting on tests") which will let us improve the UX around this behavior.