We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 911712a commit af5a348Copy full SHA for af5a348
.github/workflows/tests.yml
@@ -257,12 +257,16 @@ jobs:
257
restore-keys: |
258
result-cache-v1-${{ matrix.php-version }}-
259
260
+ - name: "Create coverage"
261
+ run: php -d pcov.enabled=1 tests/vendor/bin/paratest --passthru-php="'-d' 'pcov.enabled=1'" --runner WrapperRunner
262
+
263
- name: "Run infection"
264
run: |
265
git fetch --depth=1 origin ${{ steps.default-branch.outputs.name }}
266
infection \
267
--git-diff-base=origin/${{ steps.default-branch.outputs.name }} \
268
--git-diff-lines \
269
+ --skip-initial-tests \
270
--ignore-msi-with-no-mutations \
271
--min-msi=100 \
272
--min-covered-msi=100 \
0 commit comments