Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.10.41](https://github.com/php-testo/testo/compare/0.10.40...0.10.41) (2026-08-15)


### Features

* **report:** introduce `ReportEvent` and related classes for report generation events ([83deaba](https://github.com/php-testo/testo/commit/83deabaa27d226de5ec326228489f2d0879532b2))


### Bug Fixes

* **data:** correctly bind non-static DataProvider methods to their instance ([#289](https://github.com/php-testo/testo/issues/289)) ([bab863d](https://github.com/php-testo/testo/commit/bab863d436f01fe3077b47194265408ea33e2aa3))

## [0.10.40](https://github.com/php-testo/testo/compare/0.10.39...0.10.40) (2026-08-10)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[![Documentation](https://img.shields.io/badge/Documentation-blue?style=for-the-badge&logo=gitbook&logoColor=white)](https://php-testo.github.io)
[![Support on Boosty](https://img.shields.io/static/v1?style=for-the-badge&label=&message=Sponsorship&logo=Boosty&logoColor=white&color=%23F15F2C)](https://boosty.to/roxblnfk)

[![Vibe Index](https://img.shields.io/static/v1?label=Vibe+Index&message=3.0&color=1fb5a9&style=flat&logo=data%3Aimage%2Fsvg%2Bxml%3Bbase64%2CPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iI2ZmZiI%2BPHBhdGggZD0iTTkgNCBROSAxMyAxOCAxMyBROSAxMyA5IDIyIFE5IDEzIDAgMTMgUTkgMTMgOSA0IFoiLz48cGF0aCBkPSJNMTkgMSBRMTkgNiAyNCA2IFExOSA2IDE5IDExIFExOSA2IDE0IDYgUTE5IDYgMTkgMSBaIi8%2BPHBhdGggZD0iTTIwIDE0IFEyMCAxOCAyNCAxOCBRMjAgMTggMjAgMjIgUTIwIDE4IDE2IDE4IFEyMCAxOCAyMCAxNCBaIi8%2BPC9zdmc%2B)](https://github.com/roxblnfk/action-vibe-index)
[![Vibe Index](https://img.shields.io/static/v1?label=Vibe+Index&message=2.9&color=1eb6a6&style=flat&logo=data%3Aimage%2Fsvg%2Bxml%3Bbase64%2CPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iI2ZmZiI%2BPHBhdGggZD0iTTkgNCBROSAxMyAxOCAxMyBROSAxMyA5IDIyIFE5IDEzIDAgMTMgUTkgMTMgOSA0IFoiLz48cGF0aCBkPSJNMTkgMSBRMTkgNiAyNCA2IFExOSA2IDE5IDExIFExOSA2IDE0IDYgUTE5IDYgMTkgMSBaIi8%2BPHBhdGggZD0iTTIwIDE0IFEyMCAxOCAyNCAxOCBRMjAgMTggMjAgMjIgUTIwIDE4IDE2IDE4IFEyMCAxOCAyMCAxNCBaIi8%2BPC9zdmc%2B)](https://github.com/roxblnfk/action-vibe-index)
[![Psalm Level](https://shepherd.dev/github/php-testo/testo/level.svg)](https://shepherd.dev/github/php-testo/testo)
[![Type Coverage](https://shepherd.dev/github/php-testo/testo/coverage.svg)](https://shepherd.dev/github/php-testo/testo)
[![codecov](https://codecov.io/gh/php-testo/testo/branch/1.x/graph/badge.svg)](https://codecov.io/gh/php-testo/testo)
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
"testo/fiber": "^0.1.2",
"testo/bench": "^0.1.8",
"testo/bridge-symfony-console": "^0.1.8",
"testo/codecov": "^0.1.12",
"testo/codecov": "^0.2.0",
"testo/convention": "^0.1.4",
"testo/data": "^0.1.7",
"testo/data": "^0.1.8",
"testo/filter": "^0.1.6",
"testo/inline": "^0.1.8",
"testo/lifecycle": "^0.1.5",
Expand Down Expand Up @@ -123,7 +123,7 @@
"testo/assert": "0.1.x-dev",
"testo/fiber": "0.1.x-dev",
"testo/bench": "0.1.x-dev",
"testo/codecov": "0.1.x-dev",
"testo/codecov": "0.2.x-dev",
"testo/convention": "0.1.x-dev",
"testo/data": "0.1.x-dev",
"testo/facade": "0.1.x-dev",
Expand Down
16 changes: 16 additions & 0 deletions plugin/codecov/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.2.0](https://github.com/php-testo/testo/compare/codecov-0.1.12...codecov-0.2.0) (2026-08-15)


### ⚠ BREAKING CHANGES

* **codecov:** announce every coverage report that states where it wrote; added a new method `CoverageReport::info()`

### Features

* **codecov:** announce every coverage report that states where it wrote; added a new method `CoverageReport::info()` ([509aa6f](https://github.com/php-testo/testo/commit/509aa6fd942bd8018e63dd8cb45baae169a04102))


### Bug Fixes

* **report:** update report type from 'phpunit-xml' to 'coverage-xml' ([0b715e0](https://github.com/php-testo/testo/commit/0b715e030c67223af9edf85f2ceb06f2e389b8ca))

## [0.1.12](https://github.com/php-testo/testo/compare/codecov-0.1.11...codecov-0.1.12) (2026-08-06)


Expand Down
6 changes: 3 additions & 3 deletions plugin/codecov/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"require": {
"php": ">=8.2",
"ext-xmlwriter": "*",
"testo/data": "^0.1.7",
"testo/inline": "^0.1.7",
"testo/testo": "0.10.39 - 1"
"testo/data": "^0.1.8",
"testo/inline": "^0.1.8",
"testo/testo": "0.10.41 - 1"
},
"autoload": {
"psr-4": {
Expand Down
7 changes: 7 additions & 0 deletions plugin/data/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.8](https://github.com/php-testo/testo/compare/data-0.1.7...data-0.1.8) (2026-08-15)


### Bug Fixes

* **data:** correctly bind non-static DataProvider methods to their instance ([#289](https://github.com/php-testo/testo/issues/289)) ([bab863d](https://github.com/php-testo/testo/commit/bab863d436f01fe3077b47194265408ea33e2aa3))

## [0.1.7](https://github.com/php-testo/testo/compare/data-0.1.6...data-0.1.7) (2026-08-06)


Expand Down
2 changes: 1 addition & 1 deletion plugin/data/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"require": {
"php": ">=8.2",
"testo/filter": "^0.1.6",
"testo/testo": "0.10.39 - 1"
"testo/testo": "0.10.41 - 1"
},
"autoload": {
"psr-4": {
Expand Down
6 changes: 3 additions & 3 deletions resources/version.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
".": "0.10.40",
".": "0.10.41",
"plugin/repeat": "0.1.9",
"plugin/convention": "0.1.4",
"plugin/lifecycle": "0.1.5",
"plugin/retry": "0.1.5",
"plugin/filter": "0.1.6",
"plugin/test": "0.1.6",
"plugin/assert": "0.1.12",
"plugin/data": "0.1.7",
"plugin/data": "0.1.8",
"plugin/inline": "0.1.8",
"plugin/bench": "0.1.8",
"plugin/codecov": "0.1.12",
"plugin/codecov": "0.2.0",
"plugin/facade": "0.1.1",
"plugin/fiber": "0.1.2",
"bridge/symfony-console": "0.1.8",
Expand Down
Loading