add config for humbug - mutation test framework

This commit is contained in:
Arkadiusz Kondas 2016-05-03 12:35:57 +02:00
parent a8af599cc1
commit 96df5f6d7e
2 changed files with 12 additions and 0 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/vendor/
humbuglog.*

11
humbug.json.dist Normal file
View File

@ -0,0 +1,11 @@
{
"source": {
"directories": [
"src"
]
},
"timeout": 10,
"logs": {
"text": "humbuglog.txt"
}
}