From 3d03cadfa3d4eee0ac0db68a53bd04434a4fcfec Mon Sep 17 00:00:00 2001 From: Joey Smith Date: Sun, 9 Aug 2026 19:46:06 -0500 Subject: [PATCH 1/2] docs: add CI and Codecov badges to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 369ccec..e87a3a2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ # PhpDb Adapter Mysql +[![Continuous Integration](https://github.com/php-db/phpdb-mysql/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/php-db/phpdb-mysql/actions/workflows/continuous-integration.yml) +[![codecov](https://codecov.io/gh/php-db/phpdb-mysql/graph/badge.svg)](https://codecov.io/gh/php-db/phpdb-mysql) + This package provides MySQL support for PhpDb. From 8b7c254a7325df039f5435e974a9fb9264a55785 Mon Sep 17 00:00:00 2001 From: Joey Smith Date: Sun, 9 Aug 2026 19:54:26 -0500 Subject: [PATCH 2/2] docs: add mutation testing badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e87a3a2..bf14ee7 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,6 @@ [![Continuous Integration](https://github.com/php-db/phpdb-mysql/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/php-db/phpdb-mysql/actions/workflows/continuous-integration.yml) [![codecov](https://codecov.io/gh/php-db/phpdb-mysql/graph/badge.svg)](https://codecov.io/gh/php-db/phpdb-mysql) +[![Mutation testing badge](https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2Fphp-db%2Fphpdb-mysql%2F0.5.x)](https://dashboard.stryker-mutator.io/reports/github.com/php-db/phpdb-mysql/0.5.x) This package provides MySQL support for PhpDb.