mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 23:36:13 +02:00

[TASK] Switch code coverage from PCOV to Xdebug (#1429)

PCOV is no longer maintainted, and nowadays Xdebug is fast enough.
This commit is contained in:
Oliver Klee 2024-08-23 14:29:27 +02:00 committed by GitHub
parent 5986b09e81
commit 920b2ca957
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,8 +29,7 @@ jobs:
ini-file: development
tools: composer:v2, phive
extensions: mysqli
coverage: pcov
ini-values: pcov.directory=Classes
coverage: xdebug
- name: "Install development tools"
run: phive --no-progress install --trust-gpg-keys D8406D0D82947747293778314AA394086372C20A
- name: "Show Composer version"