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 6109027 commit 109a9dcCopy full SHA for 109a9dc
.github/workflows/tests.yml
@@ -81,7 +81,7 @@ jobs:
81
- name: run phpunit
82
run: vendor/bin/phpunit -d memory_limit=1G -c "tests/phpunit.xml" tests/
83
- name: generate coverage
84
- run: phpdbg -qrr vendor/bin/phpunit -dmemory_limit=512M --coverage-clover=coverage.xml -c "tests/phpunit.xml" tests/
+ run: phpdbg -qrr vendor/bin/phpunit -d memory_limit=1G --coverage-clover=coverage.xml -c "tests/phpunit.xml" tests/
85
if: ${{ matrix.php == '7.4' && matrix.recipe == '4.x-dev' }}
86
- name: submit coverage
87
uses: codecov/codecov-action@v2
0 commit comments