Skip to content

Commit 02978e1

Browse files
committed
feat: update README with additional badges and remove phpunit.xml
Signed-off-by: Felipe Sayão Lobato Abreu <github@mentordosnerds.com>
1 parent eec9922 commit 02978e1

3 files changed

Lines changed: 8 additions & 32 deletions

File tree

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
/tests/ export-ignore
55
/.gitattributes export-ignore
66
/.gitignore export-ignore
7-
/.gitmodules export-ignore
7+
/.gitmodules export-ignore

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Fast Forward Fork
22

3+
[![PHP Version](https://img.shields.io/badge/php-^8.3-777BB4?logo=php&logoColor=white)](https://www.php.net/releases/)
4+
[![Tests](https://img.shields.io/github/actions/workflow/status/php-fast-forward/fork/tests.yml?logo=githubactions&logoColor=white&label=tests&color=22C55E)](https://github.com/php-fast-forward/fork/actions/workflows/tests.yml)
5+
[![Coverage](https://img.shields.io/badge/coverage-phpunit-4ADE80?logo=php&logoColor=white)](https://php-fast-forward.github.io/fork/coverage/index.html)
6+
[![Docs](https://img.shields.io/github/deployments/php-fast-forward/fork/github-pages?logo=readthedocs&logoColor=white&label=docs&labelColor=1E293B&color=38BDF8&style=flat)](https://php-fast-forward.github.io/fork/index.html)
7+
[![License](https://img.shields.io/github/license/php-fast-forward/dev-tools?color=64748B)](LICENSE)
8+
[![GitHub Sponsors](https://img.shields.io/github/sponsors/php-fast-forward?logo=githubsponsors&logoColor=white&color=EC4899)](https://github.com/sponsors/php-fast-forward)
9+
310
A PHP 8.3+ library for orchestrating forked workers with typed signals, immutable worker groups,
411
captured worker output, and PSR-3 logging.
512

phpunit.xml

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)