mirror of
https://github.com/furyfire/trueskill.git
synced 2025-01-15 17:37:39 +00:00
Jens True
1e381bfab7
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
16 lines
400 B
Plaintext
16 lines
400 B
Plaintext
{
|
|
"$schema": "https://raw.githubusercontent.com/infection/infection/0.29.6/resources/schema.json",
|
|
"source": {
|
|
"directories": [
|
|
"src/"
|
|
]
|
|
},
|
|
"logs": {
|
|
"text": "output/mutation/infection.log",
|
|
"html": "output/mutation/infection.html",
|
|
"summary": "output/mutation/summary.log",
|
|
},
|
|
"mutators": {
|
|
"@default": true
|
|
}
|
|
} |