Skip to content

Commit 902ddd5

Browse files
committed
Disable xdebug and pcov from self (validate) tests
We already were doing that in self (ci) tests and also in recommended gha.dist.yml for plugins. But for some reason (miss I imagine) we left this validate test still installing both xdebug and then using phpdbg for collecting coverage information. And, as of today, it has started to crash (curiously, it was not crashing earlier): https://github.com/moodlehq/moodle-plugin-ci/actions/runs/1572798313 So, doing things properly, just disable any other covergae extension because we use phpdbg.
1 parent 4e1e3a6 commit 902ddd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
uses: shivammathur/setup-php@v2
1616
with:
1717
php-version: 7.3
18+
coverage: none
1819

1920
- name: Initialise
2021
run: make init

0 commit comments

Comments
 (0)