Skip to content

Commit ae95f1a

Browse files
committed
Disable coverage to avoid CI failures
1 parent 0c0deb2 commit ae95f1a

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
@@ -63,4 +63,4 @@ jobs:
6363
run: composer install --ansi --no-interaction --no-progress
6464

6565
- name: Execute Unit Tests
66-
run: vendor/bin/phpunit --coverage-text
66+
run: vendor/bin/phpunit

0 commit comments

Comments
 (0)