tested.dev

Sample PR. Install

repository settings

tested-hq/api

Gate thresholds, CI ingest token, and a copy-paste push snippet for this repository.

← back to repo
CI push snippet

Paste as TESTED_TOKEN. Plan: free. Hobby for comments and checks.

# In CI after tests + coverage
export TESTED_TOKEN="<paste ingest token>"
export TESTED_API_URL="${TESTED_API_URL:-https://app.tested.dev}"
tested run && tested diff && tested check
tested push --pr "${PR_NUMBER}"
Gate thresholds

Patch and project coverage floors used by the sticky comment and check run. Values are percentages (0–100).

Minimum coverage on lines changed in the PR.

Floor for whole-repo project coverage after the merge.

Ingest token

Store as TESTED_TOKEN. Only the hash is kept — plaintext is shown once on create/rotate. Hobby for comments and checks.

no token configured yet

Share links

Public /share/… links are bearer capabilities minted by CI ingest or the share API. Owners and admins can revoke every active link for this repository at once.

Agents

Agents can sign up via Agent Auth — discover /.well-known/agent-configuration, register, get approval, then call coverage capabilities with a delegated JWT.

Agents can sign up via Agent Auth. See docs/AGENT-AUTH.md in the app repo for discover → register → approve → execute.

Agent Auth docs →