Release v2.0.14
Release v2.0.14
Changelog
Added
- Tests – Unit tests for
CreateTableCommandandCreateRecordsTableCommand(execute with--updatewhen table does not exist in schema manager; failure path shows Doctrine command suggestions). Unit tests forTableStatusCheckerwhen registry returns non-Connection (tableExists,getMissingColumns). Integration test forRouteDataRecordRepository::findOneByRequestIdwhen record exists.
Changed
- Coverage – Removed exclusions of
CreateTableCommandandCreateRecordsTableCommandfrom PHPUnit coverage; allsrc/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=80in both the test job (PHP 8.2) and the coverage job.