File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -138,6 +138,7 @@ jobs:
138
138
MEMCACHE_HOST : memcached
139
139
run : |
140
140
php -d opcache.enable_cli=1 vendor/bin/phpunit --exclude-group none $(if [ -n "$LOG_COVERAGE" ]; then echo --coverage-text; else echo --no-coverage; fi) --fail-on-warning --fail-on-risky $(if vendor/bin/phpunit --version | grep -q '^PHPUnit 9\.'; then echo -v; else echo --fail-on-notice --fail-on-deprecation --display-notices --display-deprecations --display-phpunit-deprecations --display-warnings --display-errors --display-incomplete --display-skipped; fi)
141
+ ls -lah coverage
141
142
142
143
- name : " Run tests /w MariaDB and Valkey (only for cron)"
143
144
if : (success() || failure()) && github.event_name == 'schedule'
@@ -152,7 +153,6 @@ jobs:
152
153
MEMCACHE_HOST : memcached
153
154
run : |
154
155
php -d opcache.enable_cli=1 vendor/bin/phpunit --exclude-group none $(if [ -n "$LOG_COVERAGE" ]; then echo --coverage-text; else echo --no-coverage; fi) --fail-on-warning --fail-on-risky $(if vendor/bin/phpunit --version | grep -q '^PHPUnit 9\.'; then echo -v; else echo --fail-on-notice --fail-on-deprecation --display-notices --display-deprecations --display-phpunit-deprecations --display-warnings --display-errors --display-incomplete --display-skipped; fi)
155
- ls -lah coverage
156
156
157
157
- name : Upload coverage (only for coverage)
158
158
if : env.LOG_COVERAGE
You can’t perform that action at this time.
0 commit comments