trueskill/phpmetrics.json

20 lines
286 B
JSON
Raw Normal View History

2024-02-02 11:04:31 +00:00
{
"composer": true,
"includes": [
"src"
],
"excludes": [
"tests"
],
"report": {
"html": "output/metrics/"
},
"plugins": {
"git": {
"binary": "git"
},
"junit": {
"file": "output/test.xml"
}
}
}