Skip to content

Commit 4e7e9ca

Browse files
authored
Merge pull request #1773 from IrAlfred/fix-coverage-tests-issue
fix(other): fix coverage test issue
2 parents fb834b0 + 7d31dc8 commit 4e7e9ca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/coveralls.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ jobs:
5858
- name: "Generate Coverage Report"
5959
run: |
6060
mkdir -p build/logs
61-
phpunit --bootstrap vendor/autoload.php \
62-
--configuration tests/phpunit/phpunit.xml \
61+
phpunit --configuration tests/phpunit/phpunit.xml \
6362
--coverage-clover build/logs/clover.xml \
6463
--testdox
6564
env:

0 commit comments

Comments
 (0)