trueskill/phpmetrics.json

21 lines
330 B
JSON
Raw Normal View History

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