mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-24 09:12:51 +01:00
Add infection configuration
This commit is contained in:
parent
4190e28fcb
commit
f891e29817
@ -8,6 +8,7 @@
|
||||
- A task to cache the event listeners manifest in Laravel [#1893]
|
||||
- Added `check_remote_head` option, by setting this to true, deployer will avoid unnecessary new releases by checking the remote git HEAD without cloning the repo [#1755]
|
||||
|
||||
|
||||
## v6.4.6
|
||||
[v6.4.5...v6.4.6](https://github.com/deployphp/deployer/compare/v6.4.5...v6.4.6)
|
||||
|
||||
|
15
infection.json.dist
Normal file
15
infection.json.dist
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"timeout": 10,
|
||||
"source": {
|
||||
"directories": [
|
||||
"recipe",
|
||||
"src"
|
||||
]
|
||||
},
|
||||
"logs": {
|
||||
"text": "infection.log"
|
||||
},
|
||||
"mutators": {
|
||||
"@default": true
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user