Skip to content

Commit

Permalink
Do not ignore infection config
Browse files Browse the repository at this point in the history
  • Loading branch information
luispabon committed Aug 2, 2021
1 parent f7df260 commit 7940840
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@ bin/hosts
###< symfony/phpunit-bridge ###

reports/
infection.json.dist
13 changes: 13 additions & 0 deletions infection.json.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"source": {
"directories": [
"src"
]
},
"logs": {
"text": "reports\/infection.log"
},
"mutators": {
"@default": true
}
}

0 comments on commit 7940840

Please sign in to comment.