1
0
simavrphp/phpmetrics.json

21 lines
330 B
JSON
Raw Permalink Normal View History

2024-07-30 11:01:26 +00:00
{
"composer": true,
"includes": [
"src"
],
"excludes": [
"tests"
],
"report": {
"html": "output/metrics/",
"json": "output/metrics/report.json"
},
"plugins": {
"git": {
"binary": "git"
},
"junit": {
"file": "output/test.xml"
}
}
}