mirror of
https://github.com/danog/tgbot-dialog-id.git
synced 2024-11-26 17:34:38 +01:00
Add infection config
This commit is contained in:
parent
82f733c17b
commit
1d1c06220f
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,4 +1,4 @@
|
|||||||
infection*
|
infection/
|
||||||
coverage
|
coverage
|
||||||
*.mp4
|
*.mp4
|
||||||
.vscode
|
.vscode
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"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",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
|
19
infection.json5
Normal file
19
infection.json5
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"$schema": "vendor/infection/infection/resources/schema.json",
|
||||||
|
"source": {
|
||||||
|
"directories": [
|
||||||
|
"src"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"timeout": 10,
|
||||||
|
"logs": {
|
||||||
|
"text": "infection/infection.log",
|
||||||
|
"html": "infection/infection.html",
|
||||||
|
"summary": "infection/summary.log",
|
||||||
|
"perMutator": "infection/per-mutator.md"
|
||||||
|
},
|
||||||
|
"tmpDir": ".infection-cache",
|
||||||
|
"mutators": {
|
||||||
|
"@default": true
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user