trueskill/infection.json5

16 lines
400 B
Plaintext
Raw Permalink Normal View History

2024-01-31 16:33:35 +00:00
{
2024-07-31 07:27:13 +00:00
"$schema": "https://raw.githubusercontent.com/infection/infection/0.29.6/resources/schema.json",
2024-01-31 16:33:35 +00:00
"source": {
"directories": [
2024-06-18 12:50:00 +00:00
"src/"
2024-01-31 16:33:35 +00:00
]
},
"logs": {
"text": "output/mutation/infection.log",
"html": "output/mutation/infection.html",
"summary": "output/mutation/summary.log",
},
"mutators": {
"@default": true
}
}