From 48b541332b6f8cf02898e7d5c6b933e43f252322 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IDCT=20Bartosz=20Pacho=C5=82ek?= Date: Mon, 18 Aug 2025 15:36:55 +0200 Subject: [PATCH 1/2] readme, badge update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0f2032..6a1d5a9 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ MVC View Model Normalizer ========================= -![Tests](https://github.com/gryfoss/mvc-vm-normalizer/workflows/tests/badge.svg) +![Tests](https://github.com/gryfoss/mvc-vm-normalizer/actions/workflows/tests.yml/badge.svg) ![Coverage](https://img.shields.io/badge/coverage-100%25-brightgreen) ![PHP](https://img.shields.io/badge/php-8.2%20%7C%208.3-blue) ![Tests](https://img.shields.io/badge/tests-PHPUnit%20%2B%20Behat-blue) From b423b6d25700d9a22845705e7e3291935f37c3db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IDCT=20Bartosz=20Pacho=C5=82ek?= Date: Mon, 18 Aug 2025 15:38:07 +0200 Subject: [PATCH 2/2] remove reference to missing file --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 6a1d5a9..1819e48 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,6 @@ php bin/check-coverage.php ## 📚 Documentation -- **[CI/CD Pipeline](CI-CD.md)**: Complete GitHub Actions setup - **[Behat Tests](features/README.md)**: Acceptance test documentation - **[Coverage Reports](coverage/html/)**: Detailed coverage analysis