Skip to content

Commit 5be7f05

Browse files
committed
Bugfix/Corrected the main branch ref in the coverage badge.
1 parent e295518 commit 5be7f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Criteria (a.k.a Filter)
22

33
[![Test](https://github.com/ComplexHeart/php-criteria/actions/workflows/test.yml/badge.svg)](https://github.com/ComplexHeart/php-criteria/actions/workflows/test.yml)
4-
[![codecov](https://codecov.io/gh/ComplexHeart/php-criteria/branch/master/graph/badge.svg?token=T86pvAqfl6)](https://codecov.io/gh/ComplexHeart/php-criteria)
4+
[![codecov](https://codecov.io/gh/ComplexHeart/php-criteria/branch/main/graph/badge.svg?token=T86pvAqfl6)](https://codecov.io/gh/ComplexHeart/php-criteria)
55

66
Small implementation of a filter criteria pattern in PHP for Complex Heart SDK. Compose several filters using fluent
77
interface.

0 commit comments

Comments
 (0)