Skip to content

Commit 1f960b8

Browse files
authored
Merge branch 'master' into restore-combined-search
2 parents 5da7529 + 4e7e9ca commit 1f960b8

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)