Docs · States

No test command is configured

NO_TEST_RUNNER · exit 10 · an agent can clear this

Relay needs executable evidence before it can say whether a change is covered, and this repository has no test command to run.

Clears when

A test runner exists and a receipt is produced through Relay.

Commands

<add a test runner with your package manager>
relayevals receipt run --name tests --kind test -- <your test command>

Every state, with its exit code, is listed in the documentation. An agent that reaches an unfamiliar state should run relayevals next --format json and follow the single action it returns.