trueskill/phpmetrics.json
2024-02-02 11:04:31 +00:00

20 lines
286 B
JSON

{
"composer": true,
"includes": [
"src"
],
"excludes": [
"tests"
],
"report": {
"html": "output/metrics/"
},
"plugins": {
"git": {
"binary": "git"
},
"junit": {
"file": "output/test.xml"
}
}
}