Add mutation badge

This commit is contained in:
Daniil Gentili 2024-05-09 23:54:33 +02:00
parent 51fc96b9fa
commit a08c0324d4
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
[![codecov](https://codecov.io/gh/danog/tgbot-dialog-id/branch/master/graph/badge.svg)](https://codecov.io/gh/danog/tgbot-dialog-id) [![codecov](https://codecov.io/gh/danog/tgbot-dialog-id/branch/master/graph/badge.svg)](https://codecov.io/gh/danog/tgbot-dialog-id)
[![Psalm coverage](https://shepherd.dev/github/danog/tgbot-dialog-id/coverage.svg)](https://shepherd.dev/github/danog/tgbot-dialog-id) [![Psalm coverage](https://shepherd.dev/github/danog/tgbot-dialog-id/coverage.svg)](https://shepherd.dev/github/danog/tgbot-dialog-id)
[![Psalm level 1](https://shepherd.dev/github/danog/tgbot-dialog-id/level.svg)](https://shepherd.dev/github/danog/tgbot-dialog-id) [![Psalm level 1](https://shepherd.dev/github/danog/tgbot-dialog-id/level.svg)](https://shepherd.dev/github/danog/tgbot-dialog-id)
[![Mutation testing badge](https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2Fdanog%2Ftgbot-dialog-id%2Fmaster)](https://dashboard.stryker-mutator.io/reports/github.com/danog/tgbot-dialog-id/master)
![License](https://img.shields.io/github/license/danog/tgbot-dialog-id) ![License](https://img.shields.io/github/license/danog/tgbot-dialog-id)
A library to work with Telegram bot API dialog IDs. A library to work with Telegram bot API dialog IDs.

View File

@ -2,6 +2,7 @@
"name": "danog/tgbot-dialog-id", "name": "danog/tgbot-dialog-id",
"description": "A library to work with Telegram bot API dialog IDs", "description": "A library to work with Telegram bot API dialog IDs",
"type": "library", "type": "library",
"license": "Apache-2.0",
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"danog\\DialogId\\": "src/" "danog\\DialogId\\": "src/"