Skip to content

Commit 0f3450e

Browse files
committed
migrated all tests to phpunit 11.5
1 parent c504231 commit 0f3450e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
./cc-test-reporter before-build
103103
104104
- name: Run Tests
105-
run: vendor/bin/phpunit --coverage-clover=clover.xml --path-coverage --include-uncovered-files src
105+
run: vendor/bin/phpunit --coverage-clover=clover.xml --path-coverage src
106106

107107
- name: Send coverage to Code Climate
108108
if: env.CC_TEST_REPORTER_ID != ''

0 commit comments

Comments
 (0)