From f212fa4cda80cd65191ac4cfebb1f191c9c0fee3 Mon Sep 17 00:00:00 2001 From: Valentin Udaltsov Date: Tue, 3 Sep 2024 02:52:30 +0300 Subject: [PATCH] Add badges --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 0a0d164..a9bf23f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ # Typhoon Data Structures +[![PHP Version Requirement](https://img.shields.io/packagist/dependency-v/typhoon/data-structures/php)](https://packagist.org/packages/typhoon/data-structures) +[![GitHub Release](https://img.shields.io/github/v/release/typhoon-php/data-structures)](https://github.com/typhoon-php/data-structures/releases) +[![Psalm Level](https://shepherd.dev/github/typhoon-php/data-structures/level.svg)](https://shepherd.dev/github/typhoon-php/data-structures) +[![Psalm Type Coverage](https://shepherd.dev/github/typhoon-php/data-structures/coverage.svg)](https://shepherd.dev/github/typhoon-php/data-structures) +[![Code Coverage](https://codecov.io/gh/typhoon-php/data-structures/branch/0.1.x/graph/badge.svg)](https://codecov.io/gh/typhoon-php/data-structures/tree/0.1.x) +[![Mutation testing badge](https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2Ftyphoon-php%2Fdata-structures%2F0.1.x)](https://dashboard.stryker-mutator.io/reports/github.com/typhoon-php/data-structures/0.1.x) + ## Installation `composer require typhoon/data-structures`