trueskill/phpmetrics.yml

18 lines
274 B
YAML
Raw Permalink Normal View History

2024-09-12 13:36:35 +00:00
---
composer: true
includes:
- src
excludes:
- benchmark
- tests
extensions:
- php
report:
html: "output/metrics/"
json: "output/metrics/report.json"
violations: "/tmp/violations.xml"
plugins:
git:
binary: git
junit:
file: "output/test.xml"