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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.10.15](https://github.com/php-testo/testo/compare/0.10.14...0.10.15) (2026-05-29)


### Bug Fixes

* **codecov:** collect per-data-set coverage from MultipleResult child results ([b287f91](https://github.com/php-testo/testo/commit/b287f91d6e8e019a7e8566c6905c20dad0393c23))
* **data:** accumulate data sets across all provider attributes instead of keeping only the last ([b287f91](https://github.com/php-testo/testo/commit/b287f91d6e8e019a7e8566c6905c20dad0393c23))

## [0.10.14](https://github.com/php-testo/testo/compare/0.10.13...0.10.14) (2026-05-27)


Expand Down
2 changes: 1 addition & 1 deletion resources/version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
".": "0.10.14",
".": "0.10.15",
"plugin/repeat": "0.1.5",
"plugin/convention": "0.1.2",
"plugin/lifecycle": "0.1.2",
Expand Down
Loading