We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8b5c2c commit 35ae28bCopy full SHA for 35ae28b
1 file changed
.github/workflows/coverage-to-pages.yml
@@ -52,7 +52,7 @@ jobs:
52
53
- name: Run tests with coverage
54
run: |
55
- php -dxdebug.mode=coverage vendor/bin/phpunit \
+ php -dxdebug.mode=coverage phpmyfaq/src/libs/bin/phpunit \
56
--coverage-html build/coverage \
57
--coverage-clover build/coverage/clover.xml
58
0 commit comments