Skip to content

Commit fd05ee4

Browse files
committed
remove stacking of -c flag for coverage command
1 parent c6fde9e commit fd05ee4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121

122122
- name: Run tests with coverage-clover
123123
if: ${{ matrix.tool == 'code-coverage' }}
124-
run: composer run phpunit -- -c tests/phpunit-coverage.dist.xml --coverage-clover .phpunit.cache/clover.xml
124+
run: vendor/bin/phpunit -c tests/phpunit-coverage.dist.xml --coverage-clover .phpunit.cache/clover.xml
125125

126126
- name: Upload coverage reports to Codecov
127127
if: ${{ matrix.tool == 'code-coverage' }}

0 commit comments

Comments
 (0)