Skip to content

Commit d6ab461

Browse files
staabmondrejmirtes
authored andcommitted
Fix mutation testing
1 parent d08d0c2 commit d6ab461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ jobs:
307307
run: |
308308
php -d pcov.enabled=1 tests/vendor/bin/paratest \
309309
--passthru-php="'-d' 'pcov.enabled=1'" \
310-
--coverage-xml=tmp/coverage/coverage-xml --log-junit=tmp/coverage/junit.xml
310+
--coverage-xml=tmp/coverage/coverage-xml --log-junit=tmp/coverage/junit.xml \
311311
--exclude-source-from-xml-coverage
312312
313313
- name: "Run infection"

0 commit comments

Comments
 (0)