tested.dev is pull request coverage and analytics software that enforces testing standards and tracks code quality metrics within the development workflow. The platform uses enforceable coverage gates to block pull request merges when thresholds are unmet. It analyzes patch-level coverage, project-wide metrics, test flakiness, and test suite execution times, presenting this data directly on pull requests for immediate feedback. The software integrates with continuous integration systems through a command-line interface, model context protocol, and GitHub Actions. Configurable thresholds can be set globally or for specific file paths using glob patterns. tested.dev identifies flaky tests and highlights slow tests while supporting agent-based workflows with JSON outputs and exit codes to fail checks when necessary. A project dashboard offers historical tracking and detailed reporting to monitor coverage trends over time.