1
0
simavrphp/phpmetrics.json
2024-07-30 11:01:26 +00:00

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"
}
}
}