mirror of
https://github.com/furyfire/trueskill.git
synced 2025-01-16 01:47:39 +00:00
18 lines
274 B
YAML
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"
|