File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -258,14 +258,19 @@ jobs:
258258 result-cache-v1-${{ matrix.php-version }}-
259259
260260 - name : " Create coverage"
261- run : php -d pcov.enabled=1 tests/vendor/bin/paratest --passthru-php="'-d' 'pcov.enabled=1'" --runner WrapperRunner
261+ run : |
262+ php -d pcov.enabled=1 tests/vendor/bin/paratest \
263+ --passthru-php="'-d' 'pcov.enabled=1'" \
264+ --runner WrapperRunner \
265+ --coverage-xml=coverage.xml
262266
263267 - name : " Run infection"
264268 run : |
265269 git fetch --depth=1 origin ${{ steps.default-branch.outputs.name }}
266270 infection \
267271 --git-diff-base=origin/${{ steps.default-branch.outputs.name }} \
268272 --git-diff-lines \
273+ --coverage=coverage.xml \
269274 --skip-initial-tests \
270275 --ignore-msi-with-no-mutations \
271276 --min-msi=100 \
Original file line number Diff line number Diff line change 1515 <group >levels</group >
1616 </exclude >
1717 </groups >
18+ <source ignoreIndirectDeprecations =" true" restrictNotices =" true" restrictWarnings =" true" >
19+ <include >
20+ <directory >src</directory >
21+ </include >
22+ </source >
1823 <logging />
1924</phpunit >
You can’t perform that action at this time.
0 commit comments