Code coverage plugin
Important
Active development of the Testo project lives in php-testo/testo under plugin/codecov/. This repository is automatically synchronized from there on every release.
File issues and pull requests in the main monorepo, not here.
Collects line and branch coverage during test execution and emits reports in several CI-friendly formats: Clover, Cobertura, and PHPUnit-style coverage XML. Supports per-test attribution so downstream tools (Infection, code-quality dashboards) can map covered lines back to the test that exercised them.
composer require --dev testo/codecov