Skip to content

Commit 9e9da5f

Browse files
Otto KarlOtto Karl
authored andcommitted
Remove no longer available option --only-covered from infection.
1 parent 79f44a0 commit 9e9da5f

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
@@ -80,7 +80,7 @@ jobs:
8080
run: bin/phpunit --coverage-text --coverage-xml=build/logs/phpunit/coverage-xml --coverage-clover=build/logs/phpunit/clover.xml --log-junit=build/logs/phpunit/junit.xml --colors=never
8181

8282
- name: Run Infection tests
83-
run: vendor/bin/infection --only-covered --coverage=build/logs/phpunit --min-covered-msi=85 --threads=30
83+
run: vendor/bin/infection --coverage=build/logs/phpunit --min-covered-msi=85 --threads=30
8484

8585
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # tag=v4.6.2
8686
if: ${{ always() }}

0 commit comments

Comments
 (0)