Skip to content

Commit b3b38b6

Browse files
committed
debug ii
1 parent 49eceb1 commit b3b38b6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test-unit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ jobs:
152152
MEMCACHE_HOST: memcached
153153
run: |
154154
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
155156
156157
- name: Upload coverage (only for coverage)
157158
if: env.LOG_COVERAGE

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</source>
1616
<coverage>
1717
<report>
18-
<xml outputFile="coverage/phpunit.cov" />
18+
<xml outputDirectory="coverage" />
1919
</report>
2020
</coverage>
2121
</phpunit>

0 commit comments

Comments
 (0)