Skip to content

Commit 8ad61c1

Browse files
committed
add coverage badge to README
1 parent 03f890a commit 8ad61c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
[![Latest Stable Version](https://poser.pugx.org/malkusch/lock/version)](https://packagist.org/packages/malkusch/lock)
1111
[![Total Downloads](https://poser.pugx.org/malkusch/lock/downloads)](https://packagist.org/packages/malkusch/lock/stats)
1212
[![Build Status](https://github.com/php-lock/lock/actions/workflows/test-unit.yml/badge.svg?branch=master)](https://github.com/php-lock/lock/actions?query=branch:master)
13+
[![Coverage](https://codecov.io/gh/php-lock/lock/branch/master/graph/badge.svg)](https://codecov.io/gh/php-lock/lock)
1314
[![License](https://poser.pugx.org/malkusch/lock/license)](https://packagist.org/packages/malkusch/lock)
1415

1516
This library helps executing critical code in concurrent situations in serialized fashion.

0 commit comments

Comments
 (0)