mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-11-09 23:56:14 +01: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 ini-file: development
tools: composer:v2, phive tools: composer:v2, phive
extensions: mysqli extensions: mysqli
coverage: pcov coverage: xdebug
ini-values: pcov.directory=Classes
- name: "Install development tools" - name: "Install development tools"
run: phive --no-progress install --trust-gpg-keys D8406D0D82947747293778314AA394086372C20A run: phive --no-progress install --trust-gpg-keys D8406D0D82947747293778314AA394086372C20A
- name: "Show Composer version" - name: "Show Composer version"