testo / codecov
Code coverage plugin for the Testo testing framework.
Fund package maintenance!
0.1.2
2026-05-02 20:54 UTC
Requires
- php: >=8.2
- ext-xmlwriter: *
- testo/inline: 0.1 - 1
- testo/testo: *
README
Code coverage plugin
Important
🪞 This is a read-only mirror.
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.
About
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.
Install
composer require --dev testo/codecov