coverage fix for xdebug

This commit is contained in:
Milos Stojanovic 2021-02-05 09:02:50 +01:00
parent 73ea87a039
commit 4a169d2f1e

View File

@ -29,7 +29,7 @@ jobs:
run: cp configuration_sample.php configuration.php
- name: Execute tests
run: vendor/bin/phpunit --coverage-clover=coverage.xml
run: XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-clover=coverage.xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1