mirror of
https://github.com/filegator/filegator.git
synced 2025-08-06 14:36:41 +02:00
coverage fix for xdebug
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user