Skip to content

Commit b2ba0ad

Browse files
authored
removed code coverage option
1 parent 1077d77 commit b2ba0ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-php-unit-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
# run: composer run-script test
3838

3939
- name: Run PHPUnit tests
40-
run: vendor/bin/phpunit --coverage-text --colors=never
40+
run: vendor/bin/phpunit --colors=never

0 commit comments

Comments
 (0)