mirror of
https://github.com/furyfire/trueskill.git
synced 2025-01-15 17:37:39 +00:00
Jens True
79f4495a77
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
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" |