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:
parent
5986b09e81
commit
920b2ca957
1 changed files with 1 additions and 2 deletions
3
.github/workflows/codecoverage.yml
vendored
3
.github/workflows/codecoverage.yml
vendored
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue