File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -259,18 +259,18 @@ jobs:
259259
260260 - name : " Create coverage"
261261 run : |
262- php -d pcov.enabled=1 tests/ vendor/bin/paratest \
262+ php -d pcov.enabled=1 vendor/bin/paratest \
263263 --passthru-php="'-d' 'pcov.enabled=1'" \
264264 --runner WrapperRunner \
265- --coverage-xml=coverage. xml
265+ --coverage-xml=coverage- xml
266266
267267 - name : " Run infection"
268268 run : |
269269 git fetch --depth=1 origin ${{ steps.default-branch.outputs.name }}
270270 infection \
271271 --git-diff-base=origin/${{ steps.default-branch.outputs.name }} \
272272 --git-diff-lines \
273- --coverage=coverage. xml \
273+ --coverage=coverage- xml \
274274 --skip-initial-tests \
275275 --ignore-msi-with-no-mutations \
276276 --min-msi=100 \
You can’t perform that action at this time.
0 commit comments