We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79f44a0 commit 9e9da5fCopy full SHA for 9e9da5f
.github/workflows/ci.yml
@@ -80,7 +80,7 @@ jobs:
80
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
81
82
- name: Run Infection tests
83
- run: vendor/bin/infection --only-covered --coverage=build/logs/phpunit --min-covered-msi=85 --threads=30
+ run: vendor/bin/infection --coverage=build/logs/phpunit --min-covered-msi=85 --threads=30
84
85
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # tag=v4.6.2
86
if: ${{ always() }}
0 commit comments