From 5be7f05ea376e6193acf2b4cc3e3490882741adc Mon Sep 17 00:00:00 2001 From: Unay Santisteban Date: Mon, 16 May 2022 11:30:17 +0200 Subject: [PATCH] Bugfix/Corrected the main branch ref in the coverage badge. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0d83fe..ac56849 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Criteria (a.k.a Filter) [![Test](https://github.com/ComplexHeart/php-criteria/actions/workflows/test.yml/badge.svg)](https://github.com/ComplexHeart/php-criteria/actions/workflows/test.yml) -[![codecov](https://codecov.io/gh/ComplexHeart/php-criteria/branch/master/graph/badge.svg?token=T86pvAqfl6)](https://codecov.io/gh/ComplexHeart/php-criteria) +[![codecov](https://codecov.io/gh/ComplexHeart/php-criteria/branch/main/graph/badge.svg?token=T86pvAqfl6)](https://codecov.io/gh/ComplexHeart/php-criteria) Small implementation of a filter criteria pattern in PHP for Complex Heart SDK. Compose several filters using fluent interface.