Skip to content

Release v2.0.14

Choose a tag to compare

@github-actions github-actions released this 09 Mar 14:13

Release v2.0.14

Changelog

Added

  • Tests – Unit tests for CreateTableCommand and CreateRecordsTableCommand (execute with --update when table does not exist in schema manager; failure path shows Doctrine command suggestions). Unit tests for TableStatusChecker when registry returns non-Connection (tableExists, getMissingColumns). Integration test for RouteDataRecordRepository::findOneByRequestId when record exists.

Changed

  • Coverage – Removed exclusions of CreateTableCommand and CreateRecordsTableCommand from PHPUnit coverage; all src/ code is now included in the report.
  • CI – GitHub Actions now enforces a minimum code coverage of 80% (statements and elements) via scripts/check-coverage.php --min-percent=80 in both the test job (PHP 8.2) and the coverage job.

Commits

  • Prepare v2.0.14 release (8195e68)
  • Merge branch 'main' of github.com:nowo-tech/PerformanceBundle into main (561495c)
  • chore: update configuration and dependencies (d13287b)
  • Apply PHP CS Fixer fixes [skip ci] (c58b2d6)