trueskill/phpmetrics.yml
Jens True 79f4495a77
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Package update
2024-09-12 13:36:35 +00:00

18 lines
274 B
YAML

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