Skip to content

Commit 82aa045

Browse files
authored
Merge pull request #13 from reactphp-parallel/readme-badges
Update readme badges
2 parents 8bc733c + f792315 commit 82aa045

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Worker Pool
22

3-
[![Build Status](https://travis-ci.com/reactphp-parallel/worker-pool.png)](https://travis-ci.com/reactphp-parallel/worker-pool)
3+
![Continuous Integration](https://github.com/reactphp-parallel/worker-pool/workflows/Continuous%20Integration/badge.svg)
44
[![Latest Stable Version](https://poser.pugx.org/react-parallel/worker-pool/v/stable.png)](https://packagist.org/packages/react-parallel/worker-pool)
55
[![Total Downloads](https://poser.pugx.org/react-parallel/worker-pool/downloads.png)](https://packagist.org/packages/react-parallel/worker-pool)
6+
[![Code Coverage](https://scrutinizer-ci.com/g/reactphp-parallel/worker-pool/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/reactphp-parallel/worker-pool/?branch=master)
7+
[![Type Coverage](https://shepherd.dev/github/reactphp-parallel/worker-pool/coverage.svg)](https://shepherd.dev/github/reactphp-parallel/worker-pool)
68
[![License](https://poser.pugx.org/react-parallel/worker-pool/license.png)](https://packagist.org/packages/react-parallel/worker-pool)
79

810
Create pool with only one specific designated task

0 commit comments

Comments
 (0)