mirror of
https://github.com/danog/tgbot-dialog-id.git
synced 2024-11-26 17:14:40 +01:00
Add mutation badge
This commit is contained in:
parent
51fc96b9fa
commit
a08c0324d4
@ -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.
|
||||||
|
@ -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/"
|
||||||
|
Loading…
Reference in New Issue
Block a user