Skip to content

Commit

Permalink
[TASK] Switch code coverage from PCOV to Xdebug
Browse files Browse the repository at this point in the history
PCOV is no longer maintainted.
  • Loading branch information
oliverklee committed Aug 23, 2024
1 parent ebc0fb7 commit e0cd0fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/codecoverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e0cd0fe

Please sign in to comment.