mirror of
https://github.com/filegator/filegator.git
synced 2025-01-17 20:58:27 +01:00
coverage fix for xdebug
This commit is contained in:
parent
73ea87a039
commit
4a169d2f1e
2
.github/workflows/php.yml
vendored
2
.github/workflows/php.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user