mirror of
https://github.com/furyfire/trueskill.git
synced 2025-01-16 01:47:39 +00:00
21 lines
330 B
JSON
21 lines
330 B
JSON
{
|
|
"composer": true,
|
|
"includes": [
|
|
"src"
|
|
],
|
|
"excludes": [
|
|
"tests"
|
|
],
|
|
"report": {
|
|
"html": "output/metrics/",
|
|
"json": "output/metrics/report.json"
|
|
},
|
|
"plugins": {
|
|
"git": {
|
|
"binary": "git"
|
|
},
|
|
"junit": {
|
|
"file": "output/test.xml"
|
|
}
|
|
}
|
|
} |