Skip to content

Commit 3dbe3db

Browse files
update badges
1 parent 67ee942 commit 3dbe3db

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
parallel
22
========
33

4-
[![Linux](https://github.com/krakjoe/parallel/actions/workflows/linux.yml/badge.svg)](https://github.com/krakjoe/parallel/actions/workflows/linux.yml)
5-
[![AddressSanitizer](https://github.com/krakjoe/parallel/actions/workflows/asan.yml/badge.svg)](https://github.com/krakjoe/parallel/actions/workflows/asan.yml)
6-
[![Windows](https://github.com/krakjoe/parallel/actions/workflows/windows.yml/badge.svg)](https://github.com/krakjoe/parallel/actions/workflows/windows.yml)
7-
[![Coverage Status](https://coveralls.io/repos/github/krakjoe/parallel/badge.svg?branch=develop)](https://coveralls.io/github/krakjoe/parallel)
4+
[![Linux](https://img.shields.io/github/actions/workflow/status/krakjoe/parallel/linux.yml?branch=develop&style=for-the-badge&logo=github%20actions&label=Linux)](https://github.com/krakjoe/parallel/actions/workflows/linux.yml)
5+
[![AddressSanitizer](https://img.shields.io/github/actions/workflow/status/krakjoe/parallel/asan.yml?branch=develop&style=for-the-badge&logo=github%20actions&label=ASAN)](https://github.com/krakjoe/parallel/actions/workflows/asan.yml)
6+
[![Windows](https://img.shields.io/github/actions/workflow/status/krakjoe/parallel/windows.yml?branch=develop&style=for-the-badge&logo=github%20actions&label=Windows)](https://github.com/krakjoe/parallel/actions/workflows/windows.yml)
7+
[![Coverage Status](https://img.shields.io/coverallsCoverage/github/krakjoe/parallel?branch=develop&style=for-the-badge&logo=coveralls)](https://coveralls.io/github/krakjoe/parallel)
88

99
A succinct parallel concurrency API for PHP 8
1010

0 commit comments

Comments
 (0)