Skip to content

Commit 86817ae

Browse files
committed
Output coverage report in PHPUnit workflow job
1 parent 17f9512 commit 86817ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,4 +123,4 @@ jobs:
123123
run: bin/phpunit --version
124124

125125
- name: Run PHPUnit
126-
run: bin/phpunit ${{ env.PHPUNIT_FLAGS }}
126+
run: bin/phpunit --coverage-text ${{ env.PHPUNIT_FLAGS }}

0 commit comments

Comments
 (0)